Skip to content

Commit

Permalink
chore: fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Ivo Yankov <[email protected]>
  • Loading branch information
Ivo-Yankov committed Oct 11, 2024
1 parent 42a2d32 commit 9f57331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_add.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ import {
getTmpDir,
HEDERA_PLATFORM_VERSION_TAG
} from './test_util.js'
import { flags } from '../src/commands/index.mjs'
import { getNodeLogs } from '../src/core/helpers.mjs'
import { MINUTES } from '../src/core/constants.mjs'
import * as NodeCommandConfigs from '../src/commands/node/configs.mjs'
import { flags } from '../src/commands/index.mjs'

export function testNodeAdd (localBuildPath
) {
Expand Down

0 comments on commit 9f57331

Please sign in to comment.