Skip to content

Commit fbde4ea

Browse files
committed
fix(kad-dht): fix spell check - prioritise -> prioritize
1 parent 5ebdff1 commit fbde4ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/kad-dht/test/content-routing.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ describe('content routing', () => {
355355
'No new network calls should be made after abort')
356356
})
357357

358-
it('queries connection status to prioritise connected peers when sending ADD_PROVIDER', async function () {
358+
it('queries connection status to prioritize connected peers when sending ADD_PROVIDER', async function () {
359359
this.timeout(20 * 1000)
360360

361361
const dhts = await sortDHTs(await Promise.all([
@@ -381,7 +381,7 @@ describe('content routing', () => {
381381
// getConnections should have been called to check peer connection status
382382
// when sorting the closest peers for ADD_PROVIDER fan-out
383383
expect(dhts[3].components.connectionManager.getConnections.called).to.be.true(
384-
'getConnections should be called to prioritise connected peers during provide()'
384+
'getConnections should be called to prioritize connected peers during provide()'
385385
)
386386
})
387387
})

0 commit comments

Comments
 (0)