summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-03-28 18:28:21 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-03-28 18:28:21 +0900
commit8e1b90ab432ae7778b13d774564eec11fbc845d5 (patch)
treeb5ef6dd086a8091eddd9e599deac24ab69ed77ac /test
parentResolve #6192 (diff)
downloadsharkey-8e1b90ab432ae7778b13d774564eec11fbc845d5.tar.gz
sharkey-8e1b90ab432ae7778b13d774564eec11fbc845d5.tar.bz2
sharkey-8e1b90ab432ae7778b13d774564eec11fbc845d5.zip
Improve log handling
Diffstat (limited to 'test')
-rw-r--r--test/chart.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chart.ts b/test/chart.ts
index 30dba94141..06c84a5b02 100644
--- a/test/chart.ts
+++ b/test/chart.ts
@@ -63,7 +63,7 @@ describe('Chart', () => {
after(async(async () => {
await connection.close();
- await initDb(true, undefined, undefined, true);
+ await initDb(true, undefined, true);
}));
beforeEach(done => {