Skip to content

Commit

Permalink
chore: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Nehemiah <[email protected]>
  • Loading branch information
achingbrain and maschad authored Apr 24, 2024
1 parent e744065 commit a3a6be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kad-dht/test/rpc/handlers/find-node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('rpc - handlers - FindNode', () => {
})
})

it('returns nodes close to self but not self, if asked for self', async () => {
it('returns nodes close to self but excludes self, if asked for self', async () => {
const msg: Message = {
type: T,
key: peerId.multihash.bytes,
Expand Down

0 comments on commit a3a6be8

Please sign in to comment.