Skip to content

Commit

Permalink
Fix clippy and e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 4, 2024
1 parent 67847d0 commit f26885d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ pub fn e2e_basic_test() -> anyhow::Result<()> {
&tribute::msg::InstantiateMsg {
hydro_contract: hydro.addr_str()?,
top_n_props_count: 10,
community_pool_config: tribute::msg::CommunityPoolConfig {
community_pool_config: tribute::msg::CommunityPoolTaxConfig {
tax_percent: Decimal::percent(10),
channel_id: "channel-1".to_string(),
community_pool_address: "community-pool-address".to_string(), // TODO: fill this in
bucket_address: "community-pool-address".to_string(), // TODO: fill this in
},
},
None,
Expand Down

0 comments on commit f26885d

Please sign in to comment.