Skip to content

Commit 07171cf

Browse files
SgtPookiCopilot
andauthored
Update src/test/unit/validate-ipni-advertisement.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5d3f9be commit 07171cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/unit/validate-ipni-advertisement.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('validateIPNIAdvertisement', () => {
9595
const promise = validateIPNIAdvertisement(testCid, { maxAttempts: 1 })
9696
// Attach rejection handler immediately
9797
const expectPromise = expect(promise).rejects.toThrow(
98-
`IPFS root CID "${testCid.toString()}" not announced to IPNI after 1 attempts`
98+
`IPFS root CID "${testCid.toString()}" not announced to IPNI after 1 attempt`
9999
)
100100

101101
await vi.runAllTimersAsync()

0 commit comments

Comments
 (0)