Skip to content

Commit

Permalink
Update xmtp_mls/src/storage/encrypted_store/group_message.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dakota Brink <[email protected]>
  • Loading branch information
mchenani and codabrink authored Dec 19, 2024
1 parent 80e6ac9 commit 0396ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/storage/encrypted_store/group_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pub(crate) mod tests {
use wasm_bindgen_test::wasm_bindgen_test;
use xmtp_common::{assert_err, assert_ok, rand_time, rand_vec};

pub fn generate_message(
pub(crate) fn generate_message(
kind: Option<GroupMessageKind>,
group_id: Option<&[u8]>,
sent_at_ns: Option<i64>,
Expand Down

0 comments on commit 0396ec0

Please sign in to comment.