Rename a test

This commit is contained in:
Eryn Wells 2018-03-25 21:00:51 -04:00
parent 493d4beb3b
commit 74589508b2

View file

@ -86,7 +86,7 @@ mod tests {
} }
#[test] #[test]
fn cryptopals_input() { fn cryptopals() {
let input = "49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d"; let input = "49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d";
let ex_output = "SSdtIGtpbGxpbmcgeW91ciBicmFpbiBsaWtlIGEgcG9pc29ub3VzIG11c2hyb29t"; let ex_output = "SSdtIGtpbGxpbmcgeW91ciBicmFpbiBsaWtlIGEgcG9pc29ub3VzIG11c2hyb29t";
println!(""); println!("");