mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
fix
This commit is contained in:
@@ -27,7 +27,7 @@ describe('Chart', () => {
|
||||
let clock: lolex.InstalledClock<lolex.Clock>;
|
||||
|
||||
before(done => {
|
||||
initDb().then(c => {
|
||||
initDb(true).then(c => {
|
||||
connection = c;
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user