Skip to content

Commit

Permalink
Removes test for missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
codespree committed Nov 6, 2024
1 parent d8d92df commit b27a1c2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/asn1/public_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,13 +458,4 @@ mod test {
errors::QuantCryptError::InvalidPublicKey
));
}

#[test]
fn test_pk_from_file() {
let pk = PublicKey::from_file(
"test/data/bc_artifacts_certs_r4/external_ml-kem-512-2.16.840.1.101.3.4.4.1_public.der",
)
.unwrap();
pk.encap().unwrap();
}
}

0 comments on commit b27a1c2

Please sign in to comment.