Skip to content

Commit 9f4f7b4

Browse files
committed
Update TestUtils.js
1 parent 0fdba30 commit 9f4f7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function destroyAllDataPermanently(fast) {
1414
if (app.databaseController) {
1515
return app.databaseController.deleteEverything(fast);
1616
} else {
17-
console.log('Could not delete: ', Object.keys(app));
17+
console.log('Could not delete: ', app.databaseAdapter);
1818
return Promise.resolve();
1919
}
2020
})

0 commit comments

Comments
 (0)