smoke test: fix bad code

This commit is contained in:
Joao
2017-08-25 15:02:35 +02:00
parent 30e81176ab
commit a767586000
9 changed files with 148 additions and 180 deletions

View File

@@ -22,7 +22,7 @@ export function testDataLoss() {
dl = new DataLoss(app);
await common.removeDirectory(USER_DIR);
return await app.start();
await app.start();
});
afterEach(async function () {
return await app.stop();