Skip to content

Commit

Permalink
Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 12, 2024
1 parent d533eff commit 3ed6ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/extensions/protected_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Signable for ProtectedMetadataTbs {
mod verifiable {
use openmls_traits::crypto::OpenMlsCrypto;

use crate::prelude_test::OpenMlsSignaturePublicKey;
use crate::prelude::OpenMlsSignaturePublicKey;

use super::*;

Expand Down

0 comments on commit 3ed6ac8

Please sign in to comment.