There was an error while loading. Please reload this page.
1 parent bd87fe5 commit 2a37495Copy full SHA for 2a37495
1 file changed
altsrc/yaml_file_loader_test.go
@@ -168,7 +168,7 @@ func TestYamlFileUint64(t *testing.T) {
168
},
169
{
170
"test",
171
- "test: 9223372036854775808", //uintt64
+ "test: 9223372036854775808", //uint64
172
false,
173
174
@@ -232,7 +232,7 @@ func TestYamlFileUint(t *testing.T) {
232
233
234
235
- "test: 4775808", //uintt64
+ "test: 4775808", //uint64
236
237
238
@@ -296,7 +296,7 @@ func TestYamlFileInt64(t *testing.T) {
296
297
298
299
300
true,
301
302
0 commit comments