Skip to content

Commit 1648c6b

Browse files
committed
Fix async test filename
1 parent 1ee8e03 commit 1648c6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:
2121
$(PYTHON) test/test_exit_code.py
2222
$(PYTHON) test/test_mprof.py
2323
if [ $(PY_34) = True ]; then \
24-
$(PYTHON) test/test_aio_34.py; \
24+
$(PYTHON) test/test_async.py; \
2525
fi
2626

2727
develop:

0 commit comments

Comments
 (0)