Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 2, 2024
1 parent 0aea7cc commit d54eb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ethernaut-network-ui/test/tasks/node.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { Terminal, keys } = require('common/src/terminal')
const storage = require('../../src/internal/storage')
const storage = require('ethernaut-network/src/internal/storage')

describe('node', function () {
describe('node ui', function () {
const terminal = new Terminal()

before('add test network', async function () {
Expand Down

0 comments on commit d54eb0b

Please sign in to comment.