Skip to content

Commit 436eace

Browse files
committed
Removed comment
1 parent c2ff4ea commit 436eace

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/database/test/syncpoint.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ describe('Syncpoint Tests', () => {
2323
const util = new SyncPointTestParser();
2424
for (let i = 0; i < syncPointSpecs.length; i++) {
2525
const spec = syncPointSpecs[i];
26-
// if(spec.name === 'Update (via set) the child of a co-located default listener and query') {
2726
util.defineTest(spec);
28-
// }
2927
}
3028
});

0 commit comments

Comments
 (0)