diff --git a/core/tests/ts-integration/tests/fees.test.ts b/core/tests/ts-integration/tests/fees.test.ts index b1856eab0ec3..3512486993fe 100644 --- a/core/tests/ts-integration/tests/fees.test.ts +++ b/core/tests/ts-integration/tests/fees.test.ts @@ -21,7 +21,7 @@ import { logsTestPath } from 'utils/build/logs'; import { sleep } from 'utils/build'; import { killPidWithAllChilds } from 'utils/build/kill'; import path from 'path'; -import { NodeSpawner, Node, NodeType } from '../src/utils'; +import { NodeSpawner } from '../src/utils'; import { sendTransfers } from '../src/context-owner'; import { Reporter } from '../src/reporter';