fix(tests): fix test on new db engine

This commit is contained in:
Alexey Kasyanchuk
2021-06-16 14:22:19 +03:00
parent b4c2627ed5
commit 52a448ef09
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import { assert } from "chai";
const {pool} = require('../src/background/mysql')
describe("big table for check", () => {
describe("sphinx basic async api", () => {
let sphinx;
it("init", async function() {