summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2019-07-11 15:39:04 +0100
committerWill Hunt <will@half-shot.uk>2019-07-11 15:39:04 +0100
commit888b66f42f0e2471fb6ebe129bdcbb3cdce90268 (patch)
tree424dc0b96ef2980d2b975c3408be5e8334a26d16
parentLinting (diff)
downloadsynapse-888b66f42f0e2471fb6ebe129bdcbb3cdce90268.tar.xz
commas and newlines
-rw-r--r--tests/rest/client/v2_alpha/test_capabilities.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v2_alpha/test_capabilities.py b/tests/rest/client/v2_alpha/test_capabilities.py

index c19f6083dc..6a4940bed7 100644 --- a/tests/rest/client/v2_alpha/test_capabilities.py +++ b/tests/rest/client/v2_alpha/test_capabilities.py
@@ -100,4 +100,4 @@ class CapabilitiesTestCase(unittest.HomeserverTestCase): self.assertEqual(channel.code, 200) self.assertEqual(False, capabilities["m.presence"]["send_enabled"]) - self.assertEqual(False, capabilities["m.presence"]["receive_enabled"]) \ No newline at end of file + self.assertEqual(False, capabilities["m.presence"]["receive_enabled"])