updated Record.ToInt test to accomodate the latest cast update
This commit is contained in:
parent
0f73679c3f
commit
cdfaed4fa3
|
|
@ -879,7 +879,7 @@ func TestRecordGetInt(t *testing.T) {
|
||||||
{123, 123},
|
{123, 123},
|
||||||
{2.4, 2},
|
{2.4, 2},
|
||||||
{"123", 123},
|
{"123", 123},
|
||||||
{"123.5", 0},
|
{"123.5", 123},
|
||||||
{false, 0},
|
{false, 0},
|
||||||
{true, 1},
|
{true, 1},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
ui/.env
2
ui/.env
|
|
@ -9,4 +9,4 @@ PB_DOCS_URL = "https://pocketbase.io/docs"
|
||||||
PB_JS_SDK_URL = "https://github.com/pocketbase/js-sdk"
|
PB_JS_SDK_URL = "https://github.com/pocketbase/js-sdk"
|
||||||
PB_DART_SDK_URL = "https://github.com/pocketbase/dart-sdk"
|
PB_DART_SDK_URL = "https://github.com/pocketbase/dart-sdk"
|
||||||
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
|
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
|
||||||
PB_VERSION = "v0.28.2"
|
PB_VERSION = "v0.28.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue