Skip to content

Commit 96a008c

Browse files
committed
using a protocol that IPFS actually uses
1 parent a961b32 commit 96a008c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nodejs-bundle/multiaddr-trim.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ chai.use(require('dirty-chai'))
66
const expect = chai.expect
77
const createNode = require('./utils').createNode
88

9-
describe('multiaddr trim', () => {
9+
describe.only('multiaddr trim', () => {
1010
let node
1111
it('can create a test node with an irrelevant multiaddr', (done) => {
1212
createNode(
1313
[
14-
'/ip4/0.0.0.0/tcp/0/p2p-webrtc-direct'
14+
'/ip4/0.0.0.0/tcp/0/p2p-webrtc-star'
1515
],
1616
(err, _node) => {
1717
expect(err).to.not.exist()

0 commit comments

Comments
 (0)