1
0

Fix comment

This commit is contained in:
Olivier Wilkinson (reivilibre)
2021-12-13 14:57:00 +00:00
parent 2becd5209d
commit 405f3f9580

View File

@@ -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={})