Skip to content

Commit

Permalink
test: improve pool test
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Oct 31, 2021
1 parent ad81f70 commit bf03a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func TestPutDecoder(t *testing.T) {
d := GetDecoder()
assert.Equal(t, d.Next(), Invalid)
d.Reset(bytes.NewBufferString("false"))
assert.Equal(t, d.Next(), Bool)
v, err := d.Bool()
assert.NoError(t, err)
assert.Equal(t, d.Next(), Invalid)
Expand Down

0 comments on commit bf03a3d

Please sign in to comment.