Skip to content

Commit

Permalink
fix: typo in test_fail_random_eth_user_calls_l1_handler so i need to …
Browse files Browse the repository at this point in the history
…deploy again
  • Loading branch information
uri-99 committed Mar 6, 2024
1 parent d7a139f commit f2b43e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/cairo/src/tests/test_escrow_allowance.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ mod Escrow {
);

let order_id_felt252: felt252 = 1.try_into().unwrap();
let recipient_address_felt252: felt252 = 1.recipient_address.into();
let recipient_address_felt252: felt252 = MM_ETHEREUM().into();

let amount_felt252: felt252 = 1.try_into().unwrap();

let mut payload_buffer: Array<felt252> = ArrayTrait::new();
Expand Down

0 comments on commit f2b43e2

Please sign in to comment.