Skip to content

Commit

Permalink
Tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Mar 22, 2024
1 parent 1778951 commit 397c922
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 @@ -218,7 +218,7 @@ async fn surplus_fee_buy_order_test(web3: Web3) {
};
let protocol_fee = ProtocolFee {
policy: fee_policy,
policy_order_class: FeePolicyOrderClass::Limit,
policy_order_class: FeePolicyOrderClass::Market,
};
// Without protocol fee:
// Expected execution is 5040413426236634210 GNO for 5000000000000000000 DAI,
Expand Down Expand Up @@ -252,7 +252,7 @@ async fn surplus_fee_buy_order_capped_test(web3: Web3) {
};
let protocol_fee = ProtocolFee {
policy: fee_policy,
policy_order_class: FeePolicyOrderClass::Limit,
policy_order_class: FeePolicyOrderClass::Market,
};
// Without protocol fee:
// Expected execution is 5040413426236634210 GNO for 5000000000000000000 DAI,
Expand Down

0 comments on commit 397c922

Please sign in to comment.