Skip to content

Commit

Permalink
Perform setup before writing denom map in osmo integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 18, 2024
1 parent 94eecd8 commit 7c227d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions local-interchaintest/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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<Value>| {
statuses.lock().expect("Failed to lock statuses").insert(
Expand Down

0 comments on commit 7c227d1

Please sign in to comment.