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 d1bc806..bb495b3 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -180,7 +180,7 @@ fn problem_11 () {
}
for _ in 0..100 {
- let got = matasano::detect_ecb_cbc(random_encrypter);
+ let got = matasano::detect_ecb_cbc(random_encrypter, 16);
let expected = unsafe { &last_mode };
assert_eq!(&got, expected);
}