Skip to content

Commit

Permalink
Update packages/massa-web3/test/experimental/unit/account.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: BenRey <[email protected]>
  • Loading branch information
ASAPSegfault and Ben-Rey committed May 3, 2024
1 parent 940bcce commit 92bb59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/massa-web3/test/experimental/unit/account.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('Basic use cases', () => {
const account = await Account.fromPrivateKey(
'S12jWf59Yzf2LimL89soMnAP2VEBDBpfCbZLoEFo36CxEL3j92rZ'
)
const messsage = new Uint8Array([1, 2, 3])
const message = new Uint8Array([1, 2, 3])
const signature = await account.sign(messsage)
expect(account.verify(messsage, signature)).toBeTruthy()
})
Expand Down

0 comments on commit 92bb59e

Please sign in to comment.