Skip to content

Commit

Permalink
fix: address test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosa committed Jun 4, 2024
1 parent 2646955 commit ca170c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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]))

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

0 comments on commit ca170c3

Please sign in to comment.