We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b40fe commit b4fbf93Copy full SHA for b4fbf93
packages/web/tests/on_change.test.ts
@@ -55,6 +55,6 @@ describe('OnChange Tests', () => {
55
});
56
57
it('internal "ps_oplog" table onChange test', async () => {
58
- await runOnChangeTest(['ps_oplog'], ['ps_oplog']);
+ await runOnChangeTest(['ps_updated_rows'], ['ps_updated_rows']);
59
60
0 commit comments