Skip to content

Commit 1788115

Browse files
committed
Update versions for tests
1 parent 32d0738 commit 1788115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/tests/dbsetup.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let expect = chai.expect;
1717
const expectedVersion = isLibsql()
1818
? '3.45.1'
1919
: isSQLCipher()
20-
? '3.49.1'
21-
: '3.49.1';
20+
? '3.49.2'
21+
: '3.50.0';
2222
const flavor = isLibsql() ? 'libsql' : isSQLCipher() ? 'sqlcipher' : 'sqlite';
2323

2424
// const expectedSqliteVecVersion = 'v0.1.2-alpha.7';

0 commit comments

Comments
 (0)