fix
This commit is contained in:
parent
a9e543ba2e
commit
be1f7558ed
|
@ -32,7 +32,6 @@ describe('Chart', () => {
|
||||||
|
|
||||||
before(done => {
|
before(done => {
|
||||||
initDb(true).then(c => {
|
initDb(true).then(c => {
|
||||||
connection = c;
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue