Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jan 3, 2025
1 parent 3e5dc97 commit b1c6360
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions mls-rs/src/group/state_repo_light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod tests {
snapshot::{test_utils::get_test_snapshot, Snapshot},
test_utils::{test_member, TEST_GROUP},
},
storage_provider::in_memory::{InMemoryGroupStateStorage, InMemoryKeyPackageStorage},
storage_provider::in_memory::InMemoryGroupStateStorage,
};

use alloc::vec;
Expand All @@ -61,11 +61,8 @@ mod tests {

#[maybe_async::test(not(mls_build_async), async(mls_build_async, crate::futures_test))]
async fn test_stored_groups_list() {
let mut test_repo = GroupStateRepository::new(
InMemoryGroupStateStorage::default(),
InMemoryKeyPackageStorage::default(),
)
.unwrap();
let mut test_repo =
GroupStateRepository::new(InMemoryGroupStateStorage::default()).unwrap();

test_repo
.write_to_storage(test_snapshot(0).await)
Expand Down

0 comments on commit b1c6360

Please sign in to comment.