Skip to content

Commit

Permalink
Perform setup after creating astroport factory.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 19, 2024
1 parent 46e98e7 commit d355138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion local-interchaintest/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ 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 @@ -229,6 +228,8 @@ impl<'a> TestRunner<'a> {
ctx.build_tx_create_price_oracle().send()?;
ctx.build_tx_update_auction_oracle().send()?;

test.setup(&mut self.denom_map, ctx)?;

let ntrn_to_osmo = ctx
.transfer_channel_ids
.get(&("neutron".into(), "osmosis".into()))
Expand Down

0 comments on commit d355138

Please sign in to comment.