Skip to content

Commit

Permalink
fix test (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupennat authored Mar 22, 2023
1 parent 4fca50b commit fec8b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/sqlite-driver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ describe('Sqlite Driver', () => {
expect(connection.version.startsWith('3')).toBeTruthy();
}
});
expect((await pdo.getVersion()).startsWith('3')).toBeTruthy();
await pdo.query('SELECT 1');
await pdo.disconnect();
});
Expand Down

0 comments on commit fec8b51

Please sign in to comment.