Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Dec 20, 2024
1 parent 70ac2b4 commit ab0acf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/storage/encrypted_store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ pub(crate) mod tests {
.raw_query(|conn| groups::table.load::<StoredGroup>(conn))
.unwrap();
assert_eq!(groups.len(), 1);
assert_eq!(&*groups[0].dm_id.as_ref().unwrap(), "dm:98765:inbox_id");
assert_eq!(&**groups[0].dm_id.as_ref().unwrap(), "dm:98765:inbox_id");
}

#[tokio::test]
Expand Down

0 comments on commit ab0acf1

Please sign in to comment.