Skip to content

Commit

Permalink
get coveralls to spin with the token
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Mar 15, 2018
1 parent b99e5a7 commit be12317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kad-dht.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,14 +415,14 @@ describe('KadDHT', () => {
dhts[0].peerBook.put(dhts[1].peerInfo)
dhts[0].getPublicKey(ids[1], (err, key) => {
expect(err).to.not.exist()
expect(key).to.be.eql(dhts[1].peerInfo.id.pubKey)
expect(key).to.eql(dhts[1].peerInfo.id.pubKey)
tdht.teardown(done)
})
})
})

it('connected node', function (done) {
this.timeout(40 * 1000)
this.timeout(30 * 1000)

const nDHTs = 2
const tdht = new TestDHT()
Expand Down

0 comments on commit be12317

Please sign in to comment.