From 8cad7023a9a32af0910d86cc16e0f396ac365fc6 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 3 Oct 2022 16:25:16 -0500 Subject: Typo "uninteresting" Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- tests/handlers/test_appservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/handlers/test_appservice.py b/tests/handlers/test_appservice.py index 6ae6de7861..e3152b488d 100644 --- a/tests/handlers/test_appservice.py +++ b/tests/handlers/test_appservice.py @@ -484,7 +484,7 @@ class ApplicationServicesHandlerSendEventsTestCase(unittest.HomeserverTestCase): _device_list_summary, ) = self.send_mock.call_args[0] - # Even though the message came from an uninsteresting user, it should still + # Even though the message came from an uninteresting user, it should still # notify us because the interesting user is joined to the room. self.assertEqual(service, interested_appservice) self.assertEqual(events[0]["type"], "m.room.message") -- cgit 1.4.1