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 9, 2023
1 parent 61d88de commit c1532fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w3up-client/test/client-accounts.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const testClientAccounts = {
assert.equal(account.toEmail(), email)
assert.equal(account.did(), Account.fromEmail(email))
assert.equal(account.proofs.length, 2)
}
},
}

Test.test({ 'Client accounts': testClientAccounts })

0 comments on commit c1532fd

Please sign in to comment.