Skip to content

Commit

Permalink
chore: format again
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 11, 2024
1 parent a9375e3 commit b147e09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/w3up-client/test/coupon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ export const testCoupon = Test.withContext({
const account = await login

// Then we setup a billing for this account
await plansStorage.set(account.did(), 'did:web:test.upload.storacha.network')
await plansStorage.set(
account.did(),
'did:web:test.upload.storacha.network'
)

// Then we use the account to issue a coupon for the workshop
const coupon = await client.coupon.issue({
Expand Down

0 comments on commit b147e09

Please sign in to comment.