Skip to content

Commit

Permalink
fix unit test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
prataprc committed Dec 20, 2022
1 parent 6630c2f commit 7b98e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuse8_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ where

#[test]
fn test_fuse8_u8() {
let mut seed: u64 = random();
let mut seed: u64 = [6509898893809465102_u64, random()][random::<usize>() % 2];
println!("test_fuse8_u8 seed:{}", seed);

for size in [0, 1, 2, 10, 100].iter() {
Expand Down

0 comments on commit 7b98e26

Please sign in to comment.