mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-05-18 22:00:21 -04:00
adjusted test for the older cast version
This commit is contained in:
@@ -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},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user