diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-10 08:54:07 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-10 08:54:07 -0400 |
commit | 5373de6cced56c983098c82872cf17c311abdb96 (patch) | |
tree | 17d827ebd768630f8b0a3b9477ba918be7de4e60 /tests | |
parent | add changelog (diff) | |
download | synapse-5373de6cced56c983098c82872cf17c311abdb96.tar.xz |
change test name to be unique
Diffstat (limited to 'tests')
-rw-r--r-- | tests/handlers/test_e2e_room_keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_e2e_room_keys.py b/tests/handlers/test_e2e_room_keys.py index c700a2fad1..0bb96674a2 100644 --- a/tests/handlers/test_e2e_room_keys.py +++ b/tests/handlers/test_e2e_room_keys.py @@ -187,7 +187,7 @@ class E2eRoomKeysHandlerTestCase(unittest.TestCase): self.assertEqual(res, 404) @defer.inlineCallbacks - def test_update_missing_version(self): + def test_update_omitted_version(self): """Check that the update succeeds if the version is missing from the body """ version = yield self.handler.create_version( |