Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Mar 22, 2024
1 parent 78e21d6 commit 518fe63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/e2e/tests/e2e/protocol_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ fn is_approximately_equal(executed_value: U256, expected_value: U256) -> bool {

async fn execute_test(
web3: Web3,
fee_policies: Vec<ProtocolFee>,
protocol_fees: Vec<ProtocolFee>,
order_kind: OrderKind,
app_data: Option<OrderCreationAppData>,
expected_surplus_fee: U256,
Expand Down Expand Up @@ -428,7 +428,7 @@ async fn execute_test(
let autopilot_args = vec![
"--drivers=test_solver|http://localhost:11088/test_solver".to_string(),
"--price-estimation-drivers=test_quoter|http://localhost:11088/test_solver".to_string(),
ProtocolFeesConfig(fee_policies).to_string(),
ProtocolFeesConfig(protocol_fees).to_string(),
];
services.start_autopilot(None, autopilot_args);
services
Expand Down

0 comments on commit 518fe63

Please sign in to comment.