Skip to content

Commit

Permalink
Update test with new table structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Oct 9, 2024
1 parent e9b40fe commit b4fbf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/tests/on_change.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ describe('OnChange Tests', () => {
});

it('internal "ps_oplog" table onChange test', async () => {
await runOnChangeTest(['ps_oplog'], ['ps_oplog']);
await runOnChangeTest(['ps_updated_rows'], ['ps_updated_rows']);
});
});

0 comments on commit b4fbf93

Please sign in to comment.