Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Dec 11, 2024
1 parent 17530d2 commit fdadd0b
Showing 1 changed file with 1 addition and 1 deletion.
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_os = "wasm32")))]
mod tests {
use matrix_sdk_test::{async_test, JoinedRoomBuilder, StateTestEvent};
use ruma::{
Expand Down

0 comments on commit fdadd0b

Please sign in to comment.