Skip to content

Commit 7019830

Browse files
authored
fix a typo (#42)
1 parent 05b7a19 commit 7019830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rand_helper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ mod test {
126126
// Reset the rng by sampling a new one.
127127
let mut rng = super::test_rng();
128128
let b = u128::rand(&mut rng);
129-
assert_eq!(a, b); // should be unequal with high probability.
129+
assert_eq!(a, b); // should be equal with high probability.
130130
}
131131
}

0 commit comments

Comments
 (0)