Skip to content

Commit

Permalink
chain sim - fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Sep 17, 2024
1 parent fd25e34 commit 3905c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ impl SysFuncCallsInteract {
let config = Config::load_config();
let mut interactor = Interactor::new(config.gateway()).await;

let wallet_address = interactor.register_wallet(test_wallets::alice());
let wallet_address = interactor.register_wallet(test_wallets::alice()).await;

Self {
interactor,
Expand Down

0 comments on commit 3905c2c

Please sign in to comment.