Skip to content

Commit adcc94e

Browse files
committed
fix sporadic test failure
1 parent 0976809 commit adcc94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phasor/approx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ mod tests {
180180
}
181181

182182
#[proptest]
183-
fn relative_eq_rotated(#[strategy(not_nan())] mag: f64, #[strategy(regular())] tan: f64) {
183+
fn relative_eq_rotated(#[strategy(not_nan())] mag: f64, #[strategy(normal())] tan: f64) {
184184
let p = Phasor {
185185
mag,
186186
tan: tan * 1.0000000001,

0 commit comments

Comments
 (0)