From 36640e06e6b6e6b8ad9883a0ccb000a5c1b33e22 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 21 Aug 2024 18:10:03 +0200 Subject: [PATCH] test(ui): Fix a test, finally. This patch fixes a test. It now fails, for my own personal joy. The new behaviour is much better. --- .../tests/integration/room_list_service.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/crates/matrix-sdk-ui/tests/integration/room_list_service.rs b/crates/matrix-sdk-ui/tests/integration/room_list_service.rs index 2b9910a86f9..94b300d411d 100644 --- a/crates/matrix-sdk-ui/tests/integration/room_list_service.rs +++ b/crates/matrix-sdk-ui/tests/integration/room_list_service.rs @@ -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", ""],