From eb00ff36395e24c24f617c1970c50da618d0e768 Mon Sep 17 00:00:00 2001 From: Dowland Aiello Date: Thu, 18 Jul 2024 12:06:39 -0700 Subject: [PATCH] Use defaults for other relevant test fields. --- local-interchaintest/src/setup.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local-interchaintest/src/setup.rs b/local-interchaintest/src/setup.rs index 774dfd87a..bf18c7d82 100644 --- a/local-interchaintest/src/setup.rs +++ b/local-interchaintest/src/setup.rs @@ -319,6 +319,7 @@ pub struct Test { description: String, /// Fully qualified denoms (i.e., factory/neutronxyz/tokenabc or untrn or ibc/xyz) + #[builder(default)] denoms: Vec, /// How much of a given subdenom acc0 owns on a given chain @@ -327,6 +328,7 @@ pub struct Test { tokenfactory_token_balances_acc0: HashMap, /// (Denom a, denom b) or (offer asset, ask asset) -> pool + #[builder(default)] pools: HashMap<(Denom, Denom), Vec>, /// The test that should be run with the arb bot output