fixed the test suite

This commit is contained in:
Kevin Jahns
2015-10-14 10:27:46 +02:00
parent 541a93d152
commit 661232f23c
2 changed files with 8 additions and 9 deletions

View File

@@ -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) {