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 8531bd3 commit b6ce6d9
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 @@ -371,7 +371,7 @@ fn test_cannot_get_without_initialize() {
}

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

0 comments on commit b6ce6d9

Please sign in to comment.