Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin.lin committed Dec 1, 2021
1 parent 8b0346e commit ea0720b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapstructure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1727,6 +1727,7 @@ func TestDecodeTable(t *testing.T) {
"Vdata": []byte("data"),
"VjsonInt": 0,
"VjsonUint": uint(0),
"VjsonUint64": uint64(0),
"VjsonFloat": 0.0,
"VjsonNumber": json.Number(""),
},
Expand Down Expand Up @@ -1768,6 +1769,7 @@ func TestDecodeTable(t *testing.T) {
"Vdata": []byte("data"),
"VjsonInt": 0,
"VjsonUint": uint(0),
"VjsonUint64": uint64(0),
"VjsonFloat": 0.0,
"VjsonNumber": json.Number(""),
},
Expand Down

0 comments on commit ea0720b

Please sign in to comment.