Skip to content

Commit

Permalink
Fix standalone/mocks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Nov 26, 2021
1 parent 61e0743 commit c87c17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine-tests/src/test_utils/standalone/mocks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub fn mint_evm_account<I: IO + Copy, E: Env>(
amount: balance.raw().low_u128(),
proof_key: String::new(),
relayer_id: aurora_account_id.clone(),
fee: 0,
fee: 0.into(),
msg: None,
};

Expand All @@ -105,7 +105,7 @@ pub fn mint_evm_account<I: IO + Copy, E: Env>(
);
io.remove_storage(&proof_key);

aurora_engine::connector::EthConnectorContract::get_instance(io)
aurora_engine::connector::EthConnectorContract::init_instance(io)
.finish_deposit(
aurora_account_id.clone(),
aurora_account_id.clone(),
Expand Down

0 comments on commit c87c17b

Please sign in to comment.