Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjiawen2013 committed Sep 21, 2024
1 parent 7558458 commit 4216a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_boxplot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ fn test_boxplot_5() -> Result<(), StrError> {
let buffered = BufReader::new(file);
let lines_iter = buffered.lines();
let c = lines_iter.count();
assert!(c > 1020 && c < 1100);
assert!(c > 460 && c < 500);
Ok(())
}

0 comments on commit 4216a2a

Please sign in to comment.