Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Mar 22, 2024
1 parent 518fe63 commit 1778951
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/e2e/tests/e2e/protocol_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ async fn price_improvement_fee_sell_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 10000000000000000000 GNO for
Expand Down Expand Up @@ -498,7 +498,6 @@ struct ProtocolFee {
}

enum FeePolicyOrderClass {
#[allow(dead_code)]
Market,
Limit,
}
Expand Down

0 comments on commit 1778951

Please sign in to comment.