We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f48b9 commit 140c2f0Copy full SHA for 140c2f0
stats_test.go
@@ -58,5 +58,5 @@ func TestGetStats(t *testing.T) {
58
59
assert.Nil(t, err)
60
61
- assert.Equal(t, data["total_count"].(float64), 1)
+ assert.Equal(t, data["total_count"].(float64), float64(1))
62
}
0 commit comments