Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Jun 28, 2024
1 parent 257be90 commit f8df86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/db.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Migration tests', () => {
const execSpy = jest.spyOn(createClient1, 'exec');
const insertSpy = jest.spyOn(createClient1, 'insert');

await migration('tests/migrations/one', 'http://sometesthost:8123', 'default', '', 'analytics');
await migration('tests/migrations/one', 'http://sometesthost:8123', 'default', 'analytics');

expect(execSpy).toHaveBeenCalledTimes(3);
expect(querySpy).toHaveBeenCalledTimes(1);
Expand Down

0 comments on commit f8df86d

Please sign in to comment.