Skip to content

Commit

Permalink
Update integration tests target profit values.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Oct 14, 2024
1 parent 4c14798 commit f7d577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-interchaintest/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub fn test_osmo_arb(arbfile: Option<Value>) -> Result<(), Box<dyn Error + Send

util::assert_err(
"200000 + PROFIT_MARGIN > profit > 200000 - PROFIT_MARGIN",
200000 + ERROR_MARGIN_PROFIT > osmo_profit && osmo_profit > 200000 - ERROR_MARGIN_PROFIT,
9000000 + ERROR_MARGIN_PROFIT > osmo_profit && osmo_profit > 9000000 - ERROR_MARGIN_PROFIT,
true,
)?;
util::assert_err(
Expand Down

0 comments on commit f7d577f

Please sign in to comment.