Skip to content

Commit c1cf80c

Browse files
committed
fix(DerbyGrammar): Fix test for BoxLang type strictness
1 parent bc1da74 commit c1cf80c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/specs/Query/DerbyQueryBuilderSpec.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ component extends="tests.resources.AbstractQueryBuilderSpec" {
256256
bindings: [
257257
{
258258
"cfsqltype": "OTHER",
259-
"value": true,
259+
"value": 1,
260260
"list": false,
261261
"null": false
262262
}
@@ -759,7 +759,7 @@ component extends="tests.resources.AbstractQueryBuilderSpec" {
759759
sql: "INSERT INTO ""users"" (""active"") VALUES (?)",
760760
bindings: [
761761
{
762-
"value": true,
762+
"value": 1,
763763
"cfsqltype": "OTHER",
764764
"null": false,
765765
"list": false

0 commit comments

Comments
 (0)