Skip to content

Commit

Permalink
fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapaci committed Jun 1, 2024
1 parent 8b03193 commit 51da4fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/triangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,9 @@ mod tests {
(7820.2, 712.23),
)
.area();

#[cfg(not(feature = "std"))]
let expected = 1079952.9157408103;
let expected = 1079952.91574081;

assert_eq!(test, expected);
Expand Down

0 comments on commit 51da4fd

Please sign in to comment.