Skip to content

Commit 016bd3e

Browse files
committed
Correcting missing :
1 parent ab4fbd8 commit 016bd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def cmd_opts(request):
5252
return ("--reactor={}".format(reactor),)
5353

5454

55-
def test_async_yield_is_inlineCallbacks()
55+
def test_async_yield_is_inlineCallbacks():
5656
assert pytest_twisted.async_yield is pytest_twisted.inlineCallbacks
5757

5858

0 commit comments

Comments
 (0)