@@ -14,7 +14,7 @@ mod tests {
#[test]
fn test_decimals() {
assert!(
- lamports_to_sol(42) - crate::amount_to_ui_amount(42, DECIMALS).abs() < f64::EPSILON
+ (lamports_to_sol(42) - crate::amount_to_ui_amount(42, DECIMALS)).abs() < f64::EPSILON
);
assert_eq!(
sol_to_lamports(42.),