Skip to content

Commit

Permalink
Update crates/contracts/src/tests/test_kakarot_core.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Nov 21, 2023
1 parent a098117 commit 16dcb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/contracts/src/tests/test_kakarot_core.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ fn test_eth_call() {

#[test]
#[available_gas(2000000000)]
fn test_handle_execute() {
fn test_handle_call() {
// Given
let (native_token, kakarot_core) = contract_utils::setup_contracts_for_testing();
let mut kakarot_core = KakarotCore::unsafe_new_contract_state();
Expand Down

0 comments on commit 16dcb4d

Please sign in to comment.