added missing parathensis, ran yapf
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
7ad3fa9e25
commit
a6b7c07e1c
|
@ -238,4 +238,6 @@ class IntroducerRootTests(SyncTestCase):
|
|||
u"subscription_summary": {"arbitrary": 2},
|
||||
u"announcement_summary": {"arbitrary": 1},
|
||||
}
|
||||
self.assertThat(response, succeeded(AfterPreprocessing(json.loads, Equals(expected)))
|
||||
self.assertThat(
|
||||
response,
|
||||
succeeded(AfterPreprocessing(json.loads, Equals(expected))))
|
||||
|
|
Loading…
Reference in New Issue