Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>
  • Loading branch information
joaosa and vasco-santos authored May 30, 2024
1 parent 4d9ecde commit 2119e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-client/test/blob.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ describe('Blob.remove', () => {
})

describe('Blob.get', () => {
it('get a stored CAR file', async () => {
it('get a stored Blob', async () => {
const space = await Signer.generate()
const agent = await Signer.generate()
const bytes = await randomBytes(128)
Expand Down

0 comments on commit 2119e1a

Please sign in to comment.