Skip to content

Commit f958505

Browse files
committed
Fix tests
1 parent 3a1a8a9 commit f958505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test-dialect-postgresql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ assert.equal(
2626

2727
assert.equal(
2828
dialect.escapeVal(undefined),
29-
'DEFAULT'
29+
'NULL'
3030
);
3131

3232
assert.equal(

0 commit comments

Comments
 (0)