Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Mar 8, 2024
1 parent c10d72c commit b864904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/autopilot/src/database/fee_policies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ mod tests {
let fee_policy_4 = dto::FeePolicy {
auction_id,
order_uid,
kind: dto::fee_policy::FeePolicyKind::Surplus,
kind: dto::fee_policy::FeePolicyKind::PriceImprovement,
surplus_factor: None,
surplus_max_volume_factor: None,
volume_factor: None,
Expand Down

0 comments on commit b864904

Please sign in to comment.