adjusted test for the older cast version

This commit is contained in:
Gani Georgiev
2026-04-27 09:42:33 +03:00
parent 577d20bf5d
commit bcd2ac6f1b

View File

@@ -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},
}