Skip to content

Commit

Permalink
Fix tests and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Dec 11, 2024
1 parent 17530d2 commit 400ce36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/matrix-sdk-ffi/src/room_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub struct RoomInfo {
pinned_event_ids: Vec<String>,
/// The join rule for this room, if known.
join_rule: Option<JoinRule>,
/// The history visiblity for this room, if known.
/// The history visibility for this room, if known.
history_visibility: Option<RoomHistoryVisibility>,
}

Expand Down
2 changes: 1 addition & 1 deletion crates/matrix-sdk/src/room/privacy_settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl Room {
}
}

#[cfg(test)]
#[cfg(all(test, not(target_arch = "wasm32")))]
mod tests {
use matrix_sdk_test::{async_test, JoinedRoomBuilder, StateTestEvent};
use ruma::{
Expand Down

0 comments on commit 400ce36

Please sign in to comment.