mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Fix tests from prev commit
This commit is contained in:
parent
415ddf59bb
commit
493055731e
1 changed files with 0 additions and 1 deletions
|
@ -840,7 +840,6 @@ class RoomMemberStateTestCase(RestTestCase):
|
||||||
|
|
||||||
expected_response = {
|
expected_response = {
|
||||||
"membership": Membership.JOIN,
|
"membership": Membership.JOIN,
|
||||||
"prev": Membership.JOIN,
|
|
||||||
}
|
}
|
||||||
self.assertEquals(expected_response, response)
|
self.assertEquals(expected_response, response)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue