From 405f3f958045bfa6b14ded796896d0b8a249a546 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Mon, 13 Dec 2021 14:57:00 +0000 Subject: Fix comment --- tests/api/test_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/test_auth.py b/tests/api/test_auth.py index 3c9ca52922..6f15ce22d5 100644 --- a/tests/api/test_auth.py +++ b/tests/api/test_auth.py @@ -260,7 +260,7 @@ class AuthTestCase(unittest.HomeserverTestCase): # This just needs to return a truth-y value. self.store.get_user_by_id = simple_async_mock({"is_guest": False}) self.store.get_user_by_access_token = simple_async_mock(None) - # This also needs to just return a truth-y value + # This also needs to just return a falsey value self.store.get_device_opt = simple_async_mock(None) request = Mock(args={}) -- cgit 1.5.1