Skip to content

Commit

Permalink
interactor - add chain simulator feature
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Oct 14, 2024
1 parent dfc8ff4 commit 0723e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/examples/adder/interact/src/basic_interact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ impl AdderInteract {
}

#[tokio::test]
#[cfg(feature = "chain_simulator")]
async fn simulator_upgrade_test() {
let mut basic_interact = AdderInteract::init().await;
let wallet_address = basic_interact.wallet_address.clone();
Expand Down

0 comments on commit 0723e81

Please sign in to comment.