diff --git a/local-interchaintest/src/setup.rs b/local-interchaintest/src/setup.rs index 48ec4baf9..a70ee0776 100644 --- a/local-interchaintest/src/setup.rs +++ b/local-interchaintest/src/setup.rs @@ -193,6 +193,7 @@ impl<'a> TestRunner<'a> { // Perform hot start setup // Mapping of denoms to their matching denoms, chain id's, channel id's, and ports self.denom_map = Default::default(); + test.setup(&mut self.denom_map, self.test_ctx)?; let ctx = &mut self.test_ctx; @@ -255,8 +256,6 @@ impl<'a> TestRunner<'a> { let statuses = self.test_statuses.clone(); - test.setup(&mut self.denom_map, self.test_ctx)?; - if test.run_arbbot { with_arb_bot_output(Arc::new(Box::new(move |arbfile: Option| { statuses.lock().expect("Failed to lock statuses").insert(