From 3daa32906add0c60706b73cb7f78109ead02ff1d Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Wed, 25 Mar 2026 18:12:24 -0500 Subject: [PATCH] Fix typo --- tests/rest/client/test_rooms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rest/client/test_rooms.py b/tests/rest/client/test_rooms.py index f8a0425b12..d7ce3292d3 100644 --- a/tests/rest/client/test_rooms.py +++ b/tests/rest/client/test_rooms.py @@ -2524,7 +2524,7 @@ class RoomMessageListTestCase(RoomBase): set(expected_messages), exact=True, ) - # Asser the actual order + # Assert the actual order self.assertEqual(actual_messages, expected_messages) # Make sure the gaps are correct