summaryrefslogtreecommitdiffstats
path: root/tests/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib.rs')
-rw-r--r--tests/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index c6f2413..72c808a 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -243,7 +243,7 @@ fn problem_13 () {
}
};
- let (email, ciphertexts) = matasano::crack_querystring_aes_128_ecb(encrypter);
+ let (email, ciphertexts) = matasano::crack_querystring_aes_128_ecb(&encrypter);
let mut expected = HashMap::new();
expected.insert("email".to_owned(), email);
expected.insert("uid".to_owned(), "10".to_owned());