Skip to content

Commit

Permalink
fix: address tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosa committed Jun 4, 2024
1 parent 2646955 commit 13f68fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/w3up-client/test/capability/blob.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ export const BlobClient = Test.withContext({
})

const bytes = await randomBytes(128)
const multihash = await alice.capability.blob.add(new Blob([bytes]))
const { multihash } = await alice.capability.blob.add(new Blob([bytes]), {
receiptsEndpoint,
})

const result = await alice.capability.blob.get(multihash)
assert.ok(result.ok)
Expand Down

0 comments on commit 13f68fa

Please sign in to comment.