Skip to content

Commit

Permalink
uintt64 -> unint64
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Aug 11, 2024
1 parent bd87fe5 commit 2a37495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions altsrc/yaml_file_loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestYamlFileUint64(t *testing.T) {
},
{
"test",
"test: 9223372036854775808", //uintt64
"test: 9223372036854775808", //uint64
false,
},
{
Expand Down Expand Up @@ -232,7 +232,7 @@ func TestYamlFileUint(t *testing.T) {
},
{
"test",
"test: 4775808", //uintt64
"test: 4775808", //uint64
false,
},
{
Expand Down Expand Up @@ -296,7 +296,7 @@ func TestYamlFileInt64(t *testing.T) {
},
{
"test",
"test: 9223372036854775808", //uintt64
"test: 9223372036854775808", //uint64
true,
},
{
Expand Down

0 comments on commit 2a37495

Please sign in to comment.