Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
TMP: change legacy contract for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <[email protected]>
  • Loading branch information
dorimedini-starkware committed May 7, 2024
1 parent 7c929a4 commit b3c1d93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ mod TestContract {
assert(execution_info.caller_address.into() == caller_address, 'CALLER_MISMATCH');
assert(execution_info.contract_address.into() == contract_address, 'CONTRACT_MISMATCH');
assert(execution_info.entry_point_selector == entry_point_selector, 'SELECTOR_MISMATCH');
assert(1==1);
}
}

0 comments on commit b3c1d93

Please sign in to comment.