Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libp2p/js-libp2p-kad-dht
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6de323d8fd8956c4a696d743213549b297daf3eb
Choose a base ref
..
head repository: libp2p/js-libp2p-kad-dht
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ba96e12373474956609978a3e1866dc220c84575
Choose a head ref
Showing with 0 additions and 6 deletions.
  1. +0 −6 test/kad-dht.spec.js
6 changes: 0 additions & 6 deletions test/kad-dht.spec.js
Original file line number Diff line number Diff line change
@@ -447,12 +447,6 @@ describe('KadDHT', () => {

expect(provs).to.have.length(1)
expect(provs[0].id.id).to.be.eql(ids[3].id)
// TODO: /ipfs => /p2p
// expect(
// provs[0].multiaddrs.toArray()[0].toString()
// ).to.equal(
// addrs[3].toString()
// )
})

return tdht.teardown()