Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 1, 2024
1 parent f21cf45 commit 7360589
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/integration-tests/test/protocol-prefix.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ describe('Protocol prefix is configurable', () => {
expect(peer.protocols).to.include.members([
`/${testProtocol}/fetch/0.0.1`,
`/${testProtocol}/id/1.0.0`,
`/${testProtocol}/id/push/1.0.0`,
`/${testProtocol}/ping/1.0.0`
])
})
Expand All @@ -65,7 +64,6 @@ describe('Protocol prefix is configurable', () => {
const peer = await libp2p.peerStore.get(libp2p.peerId)
expect(peer.protocols).to.include.members([
'/ipfs/id/1.0.0',
'/ipfs/id/push/1.0.0',
'/ipfs/ping/1.0.0',
'/libp2p/fetch/0.0.1'
])
Expand Down

0 comments on commit 7360589

Please sign in to comment.