Add issue link to vec_shuffle/src/lib.rs
This commit is contained in:
parent
914760e19f
commit
5c3ee698a7
@ -47,6 +47,8 @@ mod tests {
|
|||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::prelude::*;
|
use std::io::prelude::*;
|
||||||
|
|
||||||
|
// TODO: update test vectors to use keccak instead of blake.
|
||||||
|
// https://github.com/sigp/lighthouse/issues/121
|
||||||
#[test]
|
#[test]
|
||||||
#[should_panic]
|
#[should_panic]
|
||||||
fn test_shuffling() {
|
fn test_shuffling() {
|
||||||
|
Loading…
Reference in New Issue
Block a user