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

Commit

Permalink
fix: no skip
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Dec 21, 2017
1 parent 959d68d commit 1aa0338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ module.exports = (common) => {
})
})

it.skip('.addrs', (done) => {
it('.addrs', (done) => {
ipfsdA.api.swarm.addrs((err, multiaddrs) => {
expect(err).to.not.exist()
expect(multiaddrs).to.not.be.empty()
Expand Down Expand Up @@ -291,7 +291,7 @@ module.exports = (common) => {
})
})

it.skip('.addrs', () => {
it('.addrs', () => {
return ipfsdA.api.swarm.addrs().then((multiaddrs) => {
expect(multiaddrs).to.have.length.above(0)
})
Expand Down

0 comments on commit 1aa0338

Please sign in to comment.