fixed test suite. It stopped working because of previous adoptions on the gc behavior. I failed to notice it..

This commit is contained in:
Kevin Jahns
2017-04-27 14:58:08 +02:00
parent a126a29876
commit 47d5899058
5 changed files with 38 additions and 15 deletions

View File

@@ -76,6 +76,7 @@ module.exports = function (Y/* :any */) {
}
reconnect () {
this.log('reconnecting..')
this.y.db.startGarbageCollector()
}
disconnect () {
this.log('discronnecting..')