We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60ef3f commit c9969ffCopy full SHA for c9969ff
programs/drift/src/state/order_params/tests.rs
@@ -618,7 +618,6 @@ mod update_perp_auction_params {
618
Some(98 * PRICE_PRECISION_I64)
619
);
620
assert_eq!(order_params_after.auction_duration, Some(127));
621
-
622
}
623
624
#[test]
@@ -1042,7 +1041,7 @@ mod update_perp_auction_params {
1042
1041
assert_ne!(order_params_before, order_params_after);
1043
assert_eq!(
1044
order_params_after.auction_start_price.unwrap(),
1045
- (99 * PRICE_PRECISION_I64 - oracle_price / 400 + 18698) // approx equal with some noise
+ (99 * PRICE_PRECISION_I64 - oracle_price / 400 + 18698) // approx equal with some noise
1046
1047
1048
let order_params_before = OrderParams {
0 commit comments