Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
change test name to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
uhoreg committed Oct 10, 2019
1 parent b46cc85 commit 5373de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers/test_e2e_room_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def test_update_missing_version(self):
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(
Expand Down

0 comments on commit 5373de6

Please sign in to comment.