diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-28 18:28:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-28 18:28:21 +0900 |
| commit | 8e1b90ab432ae7778b13d774564eec11fbc845d5 (patch) | |
| tree | b5ef6dd086a8091eddd9e599deac24ab69ed77ac /test | |
| parent | Resolve #6192 (diff) | |
| download | sharkey-8e1b90ab432ae7778b13d774564eec11fbc845d5.tar.gz sharkey-8e1b90ab432ae7778b13d774564eec11fbc845d5.tar.bz2 sharkey-8e1b90ab432ae7778b13d774564eec11fbc845d5.zip | |
Improve log handling
Diffstat (limited to 'test')
| -rw-r--r-- | test/chart.ts | 2 |
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 => { |