Skip to content

Commit

Permalink
remove config from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunce86 committed Dec 10, 2024
1 parent 75a5011 commit 7b0b4ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/e2e/tests/e2e/limit_orders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@ async fn no_liquidity_limit_order(web3: Web3) {
ExtraServiceArgs {
autopilot: vec![
protocol_fees_config,
"--enable-multiple-fees=true".to_string(),
format!("--unsupported-tokens={:#x}", unsupported.address()),
],
..Default::default()
Expand Down
1 change: 0 additions & 1 deletion crates/e2e/tests/e2e/protocol_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ async fn combined_protocol_fees(web3: Web3) {
let autopilot_config = vec![
ProtocolFeesConfig(vec![limit_surplus_policy, market_price_improvement_policy]).to_string(),
"--fee-policy-max-partner-fee=0.02".to_string(),
"--enable-multiple-fees=true".to_string(),
];
let services = Services::new(&onchain).await;
services
Expand Down

0 comments on commit 7b0b4ba

Please sign in to comment.