Skip to content

Commit 93900b0

Browse files
jellelichtaduh95
authored andcommitted
test: make sqlite-database-sync tests work with system sqlite
PR-URL: #58507 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Edy Silva <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 7d0df64 commit 93900b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-sqlite-database-sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ suite('DatabaseSync() constructor', () => {
163163
db.exec('SELECT "foo";');
164164
}, {
165165
code: 'ERR_SQLITE_ERROR',
166-
message: /no such column: "foo"/,
166+
message: /no such column: "?foo"?/,
167167
});
168168
});
169169

0 commit comments

Comments
 (0)