stop_mock_call
Cancels the mock_call
/ start_mock_call
for the function with given name and contract
address.
contract_address
- targeted contracts' addressfunction_selector
- hashed name of the target function (can be obtained withselector!
macro)
Fully qualified path: snforge_std::cheatcodes::stop_mock_call
pub fn stop_mock_call(contract_address: ContractAddress, function_selector: felt252)