Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Nov 18, 2022
1 parent cbcdf16 commit a898986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/upload-client/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ describe('uploadFile', () => {
decoder: CBOR,
channel: server,
})
// @ts-expect-error https://github.com/web3-storage/w3protocol/pull/181
await uploadFile(
// @ts-expect-error https://github.com/web3-storage/w3protocol/pull/181
{ issuer: agent, with: space.did(), proofs, audience: serviceSigner },
file,
{
Expand Down Expand Up @@ -284,8 +284,8 @@ describe('uploadDirectory', () => {
decoder: CBOR,
channel: server,
})
// @ts-expect-error https://github.com/web3-storage/w3protocol/pull/181
await uploadDirectory(
// @ts-expect-error https://github.com/web3-storage/w3protocol/pull/181
{ issuer: agent, with: space.did(), proofs, audience: serviceSigner },
files,
{
Expand Down

0 comments on commit a898986

Please sign in to comment.