Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelAR committed Nov 12, 2024
1 parent 34c6034 commit 7f829a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/tests/test_fund.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ fn test_set_contact_handle() {
#[test]
#[should_panic(expected: ("You are not the owner",))]
fn test_set_contact_handle_wrong_owner() {
let contract_address = _setup_();
let contract_address = _setup_();
start_cheat_caller_address_global(OTHER_USER());
IFundDispatcher { contract_address }.set_contact_handle(CONTACT_HANDLE_2());
}
}

0 comments on commit 7f829a9

Please sign in to comment.