From ef0e4ed5acab31b82738b38c56b912174e518fb9 Mon Sep 17 00:00:00 2001 From: Artur Puzio Date: Mon, 14 Oct 2024 19:51:18 +0200 Subject: [PATCH] lint --- core/tests/ts-integration/tests/fees.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';