Skip to content

Commit a5989a3

Browse files
shinmili38
authored andcommitted
Revert a test case change
1 parent 0cabbc7 commit a5989a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters-bitmap/src/bitmap/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ fn test_draw_simple_lines() {
344344

345345
let nz_count = buffer.into_iter().filter(|x| *x != 0).count();
346346

347-
assert_eq!(nz_count, 5 * 1000 * 3);
347+
assert_eq!(nz_count, 6 * 1000 * 3);
348348
}
349349

350350
#[cfg(test)]

0 commit comments

Comments
 (0)