Skip to content

Commit

Permalink
Update packages/account/src/tests/test_eth_account.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: immrsd <[email protected]>
  • Loading branch information
ericnordelo and immrsd authored Oct 25, 2024
1 parent ccacabb commit 8531bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/tests/test_eth_account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ fn test_account_called_from_contract() {
//

#[test]
#[should_panic(expected: ('Secp256Point: Invalid point.',))]
#[should_panic(expected: 'Secp256Point: Invalid point.')]
fn test_cannot_get_without_initialize() {
let state = COMPONENT_STATE();
state.get_public_key();
Expand Down

0 comments on commit 8531bd3

Please sign in to comment.