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<lolex.Clock>; before(done => { - initDb().then(c => { + initDb(true).then(c => { connection = c; done(); });