We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad78e3 commit 6a43a05Copy full SHA for 6a43a05
test/index.spec.js
@@ -286,7 +286,7 @@ describe('variants', () => {
286
})
287
288
it('webrtc-star', () => {
289
- const str = '/libp2p-webrtc-star/ip4/127.0.0.1/tcp/9090/ipfs/QmcgpsyWgH8Y8ajJz1Cu72KnS5uo2Aa2LpzU7kinSupNKC'
+ const str = '/libp2p-webrtc-star/ip4/127.0.0.1/tcp/9090/ws/ipfs/QmcgpsyWgH8Y8ajJz1Cu72KnS5uo2Aa2LpzU7kinSupNKC'
290
const addr = multiaddr(str)
291
expect(addr).to.have.property('buffer')
292
expect(addr.toString()).to.equal(str)
0 commit comments