Skip to content

Commit 9616fe1

Browse files
committed
[tests] Ignore new crsql table
1 parent 50d31e3 commit 9616fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/persisters/sqlite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const getDatabaseFunctions = <Database>(
129129
db,
130130
'SELECT sql, name FROM sqlite_schema ' +
131131
`WHERE type = 'table' AND name NOT LIKE ?`,
132-
['%crsql%'],
132+
['%sql%'],
133133
)
134134
).map(async ({sql, name}: any) => [
135135
name,

0 commit comments

Comments
 (0)