Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit ea0720b

Browse files
author
kevin.lin
committed
Fix unittest
1 parent 8b0346e commit ea0720b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapstructure_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,6 +1727,7 @@ func TestDecodeTable(t *testing.T) {
17271727
"Vdata": []byte("data"),
17281728
"VjsonInt": 0,
17291729
"VjsonUint": uint(0),
1730+
"VjsonUint64": uint64(0),
17301731
"VjsonFloat": 0.0,
17311732
"VjsonNumber": json.Number(""),
17321733
},
@@ -1768,6 +1769,7 @@ func TestDecodeTable(t *testing.T) {
17681769
"Vdata": []byte("data"),
17691770
"VjsonInt": 0,
17701771
"VjsonUint": uint(0),
1772+
"VjsonUint64": uint64(0),
17711773
"VjsonFloat": 0.0,
17721774
"VjsonNumber": json.Number(""),
17731775
},

0 commit comments

Comments
 (0)