From 74589508b2c00d1da7416bcb75983132d81a918b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Mar 2018 21:00:51 -0400 Subject: [PATCH] Rename a test --- src/b64.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/b64.rs b/src/b64.rs index 0d46290..9059ecd 100644 --- a/src/b64.rs +++ b/src/b64.rs @@ -86,7 +86,7 @@ mod tests { } #[test] - fn cryptopals_input() { + fn cryptopals() { let input = "49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d"; let ex_output = "SSdtIGtpbGxpbmcgeW91ciBicmFpbiBsaWtlIGEgcG9pc29ub3VzIG11c2hyb29t"; println!("");