Skip to content

Commit

Permalink
Fix test and warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jan 20, 2025
1 parent 646744b commit 5f40074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mls-rs/src/group/message_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ mod tests {
group::{
membership_tag::MembershipTag,
message_signature::{AuthenticatedContent, MessageSignature},
test_utils::test_group,
test_utils::TestGroup,
Group, PublicMessage,
},
Expand All @@ -250,10 +251,7 @@ mod tests {
use alloc::boxed::Box;

#[cfg(feature = "by_ref_proposal")]
use crate::group::{
test_utils::{test_group, test_member},
Sender,
};
use crate::group::{test_utils::test_member, Sender};

#[cfg(feature = "by_ref_proposal")]
use crate::identity::test_utils::get_test_signing_identity;
Expand Down
2 changes: 2 additions & 0 deletions mls-rs/test_harness_integration/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ struct ClientDetails {
group: Option<Group<TestClientConfig>>,
signing_identity: SigningIdentity,
signer: SignatureSecretKey,
// TODO follow up PR removes this field
#[allow(unused)]
mls_rules: TestMlsRules,
}

Expand Down

0 comments on commit 5f40074

Please sign in to comment.