Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankll committed Jul 28, 2023
1 parent 06bb00e commit fc9253e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/engine.test.ts
Original file line number Diff line number Diff line change
@@ -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 () => {
Expand Down
2 changes: 1 addition & 1 deletion tests/zinc.test.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit fc9253e

Please sign in to comment.