Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
test: abort test doesn't use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Dec 5, 2023
1 parent 188c6ed commit f8d3153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipns/test/dns-resolvers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('dns resolvers', () => {
it(`${name} should abort if signal is aborted`, async () => {
const signal = AbortSignal.timeout(1)

await expect(resolver('ipfs.io', { signal })).to.eventually.be.rejected()
await expect(resolver('ipfs.io', { nocache: true, signal })).to.eventually.be.rejected()
})
})
})

0 comments on commit f8d3153

Please sign in to comment.