diff --git a/tests/engine.test.ts b/tests/engine.test.ts index 048237a..64951dd 100644 --- a/tests/engine.test.ts +++ b/tests/engine.test.ts @@ -1,6 +1,6 @@ import { EngineType, startEngine, stopEngine } from '../src'; -import { engineMartix, indexes } from './unitls/fixtures'; -import { diagnose, fetchMapping } from './unitls/common'; +import { engineMartix, indexes } from './utils/fixtures'; +import { diagnose, fetchMapping } from './utils/common'; describe('integration test for elasticsearch and opensearch', () => { it(`should start engine with default config`, async () => { diff --git a/tests/zinc.test.ts b/tests/zinc.test.ts index ae8d7a1..177373a 100644 --- a/tests/zinc.test.ts +++ b/tests/zinc.test.ts @@ -1,5 +1,5 @@ import { EngineType, startEngine, stopEngine } from '../src'; -import { diagnose, fetchMapping } from './unitls/common'; +import { diagnose, fetchMapping } from './utils/common'; const { engine, clusterName, nodeName, indexes, version, port, zincAdmin, zincPassword } = { engine: EngineType.ZINCSEARCH,