Skip to content

Commit ac3cf3d

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 07171cf commit ac3cf3d

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
@@ -184,7 +184,7 @@ describe('validateIPNIAdvertisement', () => {
184184
const promise = validateIPNIAdvertisement(testCid, { maxAttempts: 1 })
185185
// Attach rejection handler immediately
186186
const expectPromise = expect(promise).rejects.toThrow(
187-
`IPFS root CID "${testCid.toString()}" not announced to IPNI after 1 attempts`
187+
`IPFS root CID "${testCid.toString()}" not announced to IPNI after 1 attempt`
188188
)
189189

190190
await vi.runAllTimersAsync()

0 commit comments

Comments
 (0)