Align test with benchmark

This commit is contained in:
Sarah Jamie Lewis 2021-01-30 02:35:08 -08:00
parent 3293ea6817
commit 0f9720a215
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ mod tests {
#[test]
fn test_serialization() {
let key = FuzzyMetaTagKeyPair::generate(16);
let key = FuzzyMetaTagKeyPair::generate(24);
let tag = key.public_key.generate_tag();
let detection_key = key.extract(10);
println!("{}", serde_json::to_string(&tag).unwrap());