Skip to content

Commit

Permalink
!fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 9, 2024
1 parent 242cadb commit 5352036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-base/src/rooms/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ mod tests {
let mut base_room_info = BaseRoomInfo::default();

let mut tags = Tags::new();
tags.insert(TagName::Favorite, TagInfo::default());
tags.insert(TagName::LowPriority, TagInfo::default());

assert!(base_room_info.notable_tags.contains(RoomNotableTags::LOW_PRIORITY).not());
base_room_info.handle_notable_tags(&tags);
Expand Down

0 comments on commit 5352036

Please sign in to comment.