diff --git a/models/record_test.go b/models/record_test.go index 7383a698..b43f9203 100644 --- a/models/record_test.go +++ b/models/record_test.go @@ -909,7 +909,7 @@ func TestRecordGetInt(t *testing.T) { {123, 123}, {2.4, 2}, {"123", 123}, - {"123.5", 123}, + {"123.5", 0}, {false, 0}, {true, 1}, }