Skip to content

Commit

Permalink
chore: fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
  • Loading branch information
Ivo-Yankov committed Oct 11, 2024
1 parent 9f57331 commit b635ca6
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 @@ -18,6 +18,7 @@
import { expect } from 'chai'
import { describe, it, after } from 'mocha'

import { flags } from '../src/commands/index.mjs'
import {
accountCreationShouldSucceed,
balanceQueryShouldSucceed,
Expand All @@ -30,7 +31,6 @@ import {
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 b635ca6

Please sign in to comment.