Skip to content

Commit 888a98d

Browse files
committed
Removed unnecessary code
1 parent 35f3b20 commit 888a98d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/database/test/syncpoint.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,10 @@ import { SyncPointTestParser } from './helpers/syncpoint-util';
1919
import syncPointSpecs from './helpers/syncPointSpec.json';
2020

2121
// TODO: We should eventually split this up into separate tests
22-
describe.only('Syncpoint Tests', () => {
22+
describe('Syncpoint Tests', () => {
2323
const util = new SyncPointTestParser();
2424
for (let i = 0; i < syncPointSpecs.length; i++) {
2525
const spec = syncPointSpecs[i];
26-
// if (
27-
// spec.name ===
28-
// 'Update (via set) the child of a co-located default listener and query'
29-
// ) {
3026
util.defineTest(spec);
31-
// }
3227
}
3328
});

0 commit comments

Comments
 (0)