Skip to content

Commit

Permalink
test(ui): Fix a test, finally.
Browse files Browse the repository at this point in the history
This patch fixes a test. It now fails, for my own personal joy. The new
behaviour is much better.
  • Loading branch information
Hywan committed Aug 21, 2024
1 parent c9e8f09 commit 36640e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions crates/matrix-sdk-ui/tests/integration/room_list_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2195,16 +2195,6 @@ async fn test_room_subscription() -> Result<(), Error> {
},
},
"room_subscriptions": {
room_id_1: {
"required_state": [
["m.room.name", ""],
["m.room.topic", ""],
["m.room.avatar", ""],
["m.room.canonical_alias", ""],
["m.room.create", ""],
],
"timeline_limit": 30,
},
room_id_2: {
"required_state": [
["m.room.name", ""],
Expand Down

0 comments on commit 36640e0

Please sign in to comment.