Skip to content

Commit fc9253e

Browse files
committed
fix import path
1 parent 06bb00e commit fc9253e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/engine.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { EngineType, startEngine, stopEngine } from '../src';
2-
import { engineMartix, indexes } from './unitls/fixtures';
3-
import { diagnose, fetchMapping } from './unitls/common';
2+
import { engineMartix, indexes } from './utils/fixtures';
3+
import { diagnose, fetchMapping } from './utils/common';
44

55
describe('integration test for elasticsearch and opensearch', () => {
66
it(`should start engine with default config`, async () => {

tests/zinc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { EngineType, startEngine, stopEngine } from '../src';
2-
import { diagnose, fetchMapping } from './unitls/common';
2+
import { diagnose, fetchMapping } from './utils/common';
33

44
const { engine, clusterName, nodeName, indexes, version, port, zincAdmin, zincPassword } = {
55
engine: EngineType.ZINCSEARCH,

0 commit comments

Comments
 (0)