Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
fix wrong shadow order
  • Loading branch information
juliapaci committed Jun 1, 2024
1 parent 51da4fd commit 592b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/triangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,9 @@ mod tests {
)
.area();

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

assert_eq!(test, expected);
}
Expand Down

0 comments on commit 592b2c0

Please sign in to comment.