Skip to content

Commit 2a37495

Browse files
committed
uintt64 -> unint64
1 parent bd87fe5 commit 2a37495

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

altsrc/yaml_file_loader_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func TestYamlFileUint64(t *testing.T) {
168168
},
169169
{
170170
"test",
171-
"test: 9223372036854775808", //uintt64
171+
"test: 9223372036854775808", //uint64
172172
false,
173173
},
174174
{
@@ -232,7 +232,7 @@ func TestYamlFileUint(t *testing.T) {
232232
},
233233
{
234234
"test",
235-
"test: 4775808", //uintt64
235+
"test: 4775808", //uint64
236236
false,
237237
},
238238
{
@@ -296,7 +296,7 @@ func TestYamlFileInt64(t *testing.T) {
296296
},
297297
{
298298
"test",
299-
"test: 9223372036854775808", //uintt64
299+
"test: 9223372036854775808", //uint64
300300
true,
301301
},
302302
{

0 commit comments

Comments
 (0)