diff options
author | Eric Eastwood <erice@element.io> | 2022-10-03 16:25:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 16:25:16 -0500 |
commit | 8cad7023a9a32af0910d86cc16e0f396ac365fc6 (patch) | |
tree | 63f441b41f033554bf8a02c8aa18db5dea3be92c | |
parent | Fix comment (diff) | |
download | synapse-madlittlemods/appservice-interested-in-local-and-remote.tar.xz |
Typo "uninteresting" github/madlittlemods/appservice-interested-in-local-and-remote madlittlemods/appservice-interested-in-local-and-remote
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-rw-r--r-- | tests/handlers/test_appservice.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |