Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 1aa0338

Browse files
committed
fix: no skip
1 parent 959d68d commit 1aa0338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/swarm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ module.exports = (common) => {
242242
})
243243
})
244244

245-
it.skip('.addrs', (done) => {
245+
it('.addrs', (done) => {
246246
ipfsdA.api.swarm.addrs((err, multiaddrs) => {
247247
expect(err).to.not.exist()
248248
expect(multiaddrs).to.not.be.empty()
@@ -291,7 +291,7 @@ module.exports = (common) => {
291291
})
292292
})
293293

294-
it.skip('.addrs', () => {
294+
it('.addrs', () => {
295295
return ipfsdA.api.swarm.addrs().then((multiaddrs) => {
296296
expect(multiaddrs).to.have.length.above(0)
297297
})

0 commit comments

Comments
 (0)