Skip to content

Commit 1ed1ce8

Browse files
committed
inlineCallacks?
1 parent f050322 commit 1ed1ce8

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
@@ -42,7 +42,7 @@ def cmd_opts(request):
4242

4343

4444
def test_inline_callbacks_in_pytest():
45-
assert hasattr(pytest, 'inlineCallacks')
45+
assert hasattr(pytest, 'inlineCallbacks')
4646

4747

4848
def test_blockon_in_pytest():

0 commit comments

Comments
 (0)