mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Fix typo in merge conflict
This commit is contained in:
parent
347242a5c4
commit
22dd0b37c4
1 changed files with 0 additions and 2 deletions
|
@ -57,7 +57,6 @@ class PresenceStateTestCase(unittest.TestCase):
|
||||||
"set_presence_state",
|
"set_presence_state",
|
||||||
]),
|
]),
|
||||||
http_client=None,
|
http_client=None,
|
||||||
datastore=None,
|
|
||||||
resource_for_client=self.mock_resource,
|
resource_for_client=self.mock_resource,
|
||||||
resource_for_federation=self.mock_resource,
|
resource_for_federation=self.mock_resource,
|
||||||
)
|
)
|
||||||
|
@ -135,7 +134,6 @@ class PresenceListTestCase(unittest.TestCase):
|
||||||
"get_presence_list",
|
"get_presence_list",
|
||||||
]),
|
]),
|
||||||
http_client=None,
|
http_client=None,
|
||||||
datastore=None,
|
|
||||||
resource_for_client=self.mock_resource,
|
resource_for_client=self.mock_resource,
|
||||||
resource_for_federation=self.mock_resource
|
resource_for_federation=self.mock_resource
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue