Skip to content

Commit

Permalink
fix a typo (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
confuseSUN committed Sep 13, 2022
1 parent 05b7a19 commit 7019830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rand_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ mod test {
// Reset the rng by sampling a new one.
let mut rng = super::test_rng();
let b = u128::rand(&mut rng);
assert_eq!(a, b); // should be unequal with high probability.
assert_eq!(a, b); // should be equal with high probability.
}
}

0 comments on commit 7019830

Please sign in to comment.