Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrodriguez-io committed Aug 21, 2024
1 parent 0ddba41 commit 1b9df9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/magic-curves/src/core/sigmoid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ mod test {
500,
);
let price = curve.calculate_price_lossy(480);
assert_eq!(float_to_fixed_point(price, 9), 4_501_660_026);
assert_eq!(float_to_fixed_point(price, 9), 45_016_600_268);
}
}

0 comments on commit 1b9df9d

Please sign in to comment.