Skip to content

Commit

Permalink
using a protocol that IPFS actually uses
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Nov 28, 2017
1 parent 1dc6a6b commit 9f6b3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/nodejs-bundle/multiaddr-trim.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ chai.use(require('dirty-chai'))
const expect = chai.expect
const createNode = require('./utils').createNode

describe('multiaddr trim', () => {
describe.only('multiaddr trim', () => {
let node
it('can create a test node with an irrelevant multiaddr', (done) => {
createNode(
[
'/ip4/0.0.0.0/tcp/0/p2p-webrtc-direct'
'/ip4/0.0.0.0/tcp/0/p2p-webrtc-star'
],
(err, _node) => {
expect(err).to.not.exist()
Expand Down

0 comments on commit 9f6b3ff

Please sign in to comment.