Quickfix tests

This commit is contained in:
haad 2016-03-06 19:02:35 +01:00
parent 0411ce26d3
commit 78fc0f42f7

View File

@ -28,8 +28,8 @@ describe('Orbit Client', function() {
}));
after(async((done) => {
db.delete();
client.disconnect();
if(db) db.delete();
if(client) client.disconnect();
done();
}));