Skip to content

Commit

Permalink
chore: improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VVVi committed Sep 14, 2024
1 parent 891b3d5 commit 53c547d
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 @@ -64,7 +64,7 @@ describe('Migration tests', () => {
expect(insertSpy).toHaveBeenNthCalledWith(1, {
format: 'JSONEachRow',
table: '_migrations',
values: [{ checksum: '6c3ecd72607a5ee2178db225c667fbb0', migration_name: '1_init.sql', version: 1 }],
values: [{ checksum: '2f66edf1a8c3fa2e29835ad9ac8140a7', migration_name: '1_init.sql', version: 1 }],
});
});
});

0 comments on commit 53c547d

Please sign in to comment.