Skip to content

Commit

Permalink
fix order on gauge test fn
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Aug 12, 2024
1 parent f66c819 commit 4e2c561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/gauges/gauge/src/multitest/suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ impl Suite {
sender: &str,
gauge_contract: Addr,
gauge_id: u64,
epoch_size: impl Into<Option<u64>>,
epoch_limit: impl Into<Option<u64>>,
epoch_size: impl Into<Option<u64>>,
min_percent_selected: Option<Decimal>,
max_options_selected: impl Into<Option<u32>>,
max_available_percentage: impl Into<Option<Decimal>>,
Expand Down

0 comments on commit 4e2c561

Please sign in to comment.