Skip to content

Commit 0bb65a2

Browse files
committed
Fix upload tets
1 parent 07466dc commit 0bb65a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/web/tests/uploads.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ describe('CRUD Uploads', () => {
1818
logger,
1919
crudUploadThrottleMs: 1_000,
2020
flags: {
21-
enableMultiTabs: false
21+
enableMultiTabs: false,
2222
}
2323
}
2424
});
2525
});
2626

2727
afterEach(async () => {
2828
connectedUtils.remote.streamController?.close();
29-
await connectedUtils.powersync.disconnectAndClear();
30-
await connectedUtils.powersync.close();
3129
});
3230

3331
it('should warn for missing upload operations in uploadData', async () => {

0 commit comments

Comments
 (0)