Skip to content

Commit

Permalink
fix: fix require path
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 24, 2020
1 parent 2f8039e commit 5e38009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dialing/relay.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { expect } = chai
const sinon = require('sinon')

const multiaddr = require('multiaddr')
const { collect } = require('../utils')
const { collect } = require('../../src/utils')
const pipe = require('it-pipe')
const AggregateError = require('aggregate-error')
const { createPeerInfo } = require('../utils/creators/peer')
Expand Down

0 comments on commit 5e38009

Please sign in to comment.