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 b2410d1 commit 074c44fCopy full SHA for 074c44f
packages/powersync/test/disconnect_test.dart
@@ -16,8 +16,6 @@ void main() {
16
});
17
18
test('Multiple calls to disconnect', () async {
19
- // Start with "offline-only" schema.
20
- // This does not record any operations to the crud queue.
21
final db = await testUtils.setupPowerSync(path: path, schema: testSchema);
22
23
credentialsCallback() async {
@@ -43,8 +41,6 @@ void main() {
43
41
44
42
45
test('disconnectAndClear clears DB', () async {
46
47
48
49
50
await db.execute(
0 commit comments