Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dedalqq committed Aug 5, 2021
1 parent 6c76580 commit 939797b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ func TestMinMax(t *testing.T) {
A int `json:"a,max:5"`
}{},
nil,
`{"a":4}`,
`{"a":0}`,
},
testData{
`{"a": null}`,
Expand All @@ -474,7 +474,7 @@ func TestMinMax(t *testing.T) {
A int `json:"a,max:5"`
}{},
nil,
`{"a":4}`,
`{"a":0}`,
},
testData{
`{}`,
Expand Down

0 comments on commit 939797b

Please sign in to comment.