Skip to content

Commit 5e38009

Browse files
committed
fix: fix require path
1 parent 2f8039e commit 5e38009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dialing/relay.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { expect } = chai
99
const sinon = require('sinon')
1010

1111
const multiaddr = require('multiaddr')
12-
const { collect } = require('../utils')
12+
const { collect } = require('../../src/utils')
1313
const pipe = require('it-pipe')
1414
const AggregateError = require('aggregate-error')
1515
const { createPeerInfo } = require('../utils/creators/peer')

0 commit comments

Comments
 (0)