From dcb9c67ab174402eef54efe32d357f0a4c2c3ca8 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Fri, 25 Oct 2019 08:16:24 +0900 Subject: [PATCH] fix --- test/chart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chart.ts b/test/chart.ts index b18986d5b1..2004130acd 100644 --- a/test/chart.ts +++ b/test/chart.ts @@ -27,7 +27,7 @@ describe('Chart', () => { let clock: lolex.InstalledClock; before(done => { - initDb().then(c => { + initDb(true).then(c => { connection = c; done(); });