Skip to content

Commit

Permalink
Fix async test case that wasn't async
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Mar 23, 2023
1 parent 6fe8a47 commit 5bc9d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/scripts_project/pkg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ def fun(self):
print("task!")


def async_task(*args, **kwargs):
async def async_task(*args, **kwargs):
print("I'm an async task!", args, kwargs)

0 comments on commit 5bc9d72

Please sign in to comment.