Skip to content

Commit

Permalink
Slightly improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Aug 27, 2020
1 parent 39df557 commit 707124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distributions/mod.rs
Expand Up @@ -341,7 +341,7 @@ mod tests {
for _ in 0..100 {
sum += iter.next().unwrap();
}
assert!(sum > 0.);
assert!(0. < sum && sum < 100.);
}

#[test]
Expand Down

0 comments on commit 707124d

Please sign in to comment.