Skip to content

Commit

Permalink
Black formatting of test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Nov 30, 2020
1 parent 81bdb24 commit 107b6ed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion __tests__/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ def get_app(self):
# http_handler.handle_result = mock.Mock()
# self.handler_mock = http_handler.handle_result
return tornado.web.Application(
[(r"/(.*)", http_handler, {"core": None, "config": {},},)]
[
(
r"/(.*)",
http_handler,
{
"core": None,
"config": {},
},
)
]
)

def test_get_method(self):
Expand Down

0 comments on commit 107b6ed

Please sign in to comment.