Skip to content

Commit d7a2458

Browse files
jellelichttargos
authored andcommitted
test: make sqlite-database-sync tests work with system sqlite
PR-URL: #58507 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 2f555e0 commit d7a2458

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
@@ -164,7 +164,7 @@ suite('DatabaseSync() constructor', () => {
164164
db.exec('SELECT "foo";');
165165
}, {
166166
code: 'ERR_SQLITE_ERROR',
167-
message: /no such column: "foo"/,
167+
message: /no such column: "?foo"?/,
168168
});
169169
});
170170

0 commit comments

Comments
 (0)