Skip to content

Commit 7166052

Browse files
committed
fix cargo test
1 parent 689ea3f commit 7166052

File tree

1 file changed

+1
-1
lines changed
  • programs/drift/src/controller/orders

1 file changed

+1
-1
lines changed

programs/drift/src/controller/orders/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ pub mod fill_order_protected_maker {
268268
.unwrap();
269269

270270
assert_eq!(base_asset_amount, 1000000000);
271-
assert_eq!(quote_asset_amount, 100_000_000); // $100 + 10 bps
271+
assert_eq!(quote_asset_amount, 100100000); // $100 + 10 bps
272272

273273
// user exempt, no 10 bps applied for pmm
274274
let mut taker_stats = UserStats {

0 commit comments

Comments
 (0)