fixed the test suite
This commit is contained in:
@@ -131,7 +131,9 @@ class AbstractConnector {
|
||||
f()
|
||||
}
|
||||
this.whenSyncedListeners = []
|
||||
this.y.db.garbageCollectAfterSync()
|
||||
this.y.db.requestTransaction(function *() {
|
||||
yield* this.store.garbageCollectAfterSync()
|
||||
})
|
||||
}
|
||||
}
|
||||
send (uid, message) {
|
||||
|
||||
Reference in New Issue
Block a user