From 2a3749594ec405241af5714faf0e5429a4d85701 Mon Sep 17 00:00:00 2001 From: Naveen Gogineni Date: Sun, 11 Aug 2024 09:02:20 -0400 Subject: [PATCH] uintt64 -> unint64 --- altsrc/yaml_file_loader_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/altsrc/yaml_file_loader_test.go b/altsrc/yaml_file_loader_test.go index 26bf21725a..d8a1db9fb8 100644 --- a/altsrc/yaml_file_loader_test.go +++ b/altsrc/yaml_file_loader_test.go @@ -168,7 +168,7 @@ func TestYamlFileUint64(t *testing.T) { }, { "test", - "test: 9223372036854775808", //uintt64 + "test: 9223372036854775808", //uint64 false, }, { @@ -232,7 +232,7 @@ func TestYamlFileUint(t *testing.T) { }, { "test", - "test: 4775808", //uintt64 + "test: 4775808", //uint64 false, }, { @@ -296,7 +296,7 @@ func TestYamlFileInt64(t *testing.T) { }, { "test", - "test: 9223372036854775808", //uintt64 + "test: 9223372036854775808", //uint64 true, }, {