Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
  • Loading branch information
dhuseby committed May 11, 2024
1 parent 94fc6a8 commit f73dfef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ impl Builder {
mod tests {
use super::*;
use crate::{cipher, kdf};
//use multisig::EncodedMultisig;
use multisig::EncodedMultisig;

#[test]
fn test_random() {
Expand Down Expand Up @@ -1083,7 +1083,6 @@ mod tests {
}
}

/*
#[test]
fn test_signing_detached_roundtrip() {
for codec in KEY_CODECS {
Expand Down Expand Up @@ -1156,7 +1155,6 @@ mod tests {
assert!(verifymk.verify(&signature, None).is_ok());
}
}
*/

#[test]
fn test_bls_key_combine() {
Expand Down

0 comments on commit f73dfef

Please sign in to comment.