Skip to content

Commit

Permalink
fix: randomness test
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Nov 26, 2024
1 parent 9de3841 commit 0454cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/proofs/src/randomness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ mod tests {
fn draw_randomness_test() {
let expected_randomness = [
16, 4, 148, 26, 85, 39, 23, 237, 122, 218, 235, 235, 69, 17, 177, 142, 200, 107, 127,
84, 189, 40, 145, 187, 205, 159, 58, 161, 209, 57, 226, 68,
84, 189, 40, 145, 187, 205, 159, 58, 161, 209, 57, 226, 4,
];

let digest = [
Expand Down

0 comments on commit 0454cd4

Please sign in to comment.