Skip to content

Commit

Permalink
added missing parathensis, ran yapf
Browse files Browse the repository at this point in the history
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
  • Loading branch information
Fenn-CS committed Aug 10, 2021
1 parent 7ad3fa9 commit a6b7c07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/allmydata/test/web/test_introducer.py
Expand Up @@ -238,4 +238,6 @@ def test_json(self):
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))))

0 comments on commit a6b7c07

Please sign in to comment.