Skip to content

Commit

Permalink
Add missed test for float64 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoido authored Aug 30, 2020
1 parent f72d13f commit dae4c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions value/floats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func TestFloat64(t *testing.T) {
r := require.New(t)
r.NoError(err)
r.Equal(float64(3.14), num)
r.Equal("3.14", v.String())
}

func TestFloat64_ParseError(t *testing.T) {
Expand Down

0 comments on commit dae4c8b

Please sign in to comment.