Skip to content

Commit 074c44f

Browse files
remove copied comment
1 parent b2410d1 commit 074c44f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/powersync/test/disconnect_test.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ void main() {
1616
});
1717

1818
test('Multiple calls to disconnect', () async {
19-
// Start with "offline-only" schema.
20-
// This does not record any operations to the crud queue.
2119
final db = await testUtils.setupPowerSync(path: path, schema: testSchema);
2220

2321
credentialsCallback() async {
@@ -43,8 +41,6 @@ void main() {
4341
});
4442

4543
test('disconnectAndClear clears DB', () async {
46-
// Start with "offline-only" schema.
47-
// This does not record any operations to the crud queue.
4844
final db = await testUtils.setupPowerSync(path: path, schema: testSchema);
4945

5046
await db.execute(

0 commit comments

Comments
 (0)