Skip to content

Commit

Permalink
Update tests/unit/api_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Oct 15, 2024
1 parent de02e88 commit 14d8355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_activate():
assert engine.isdone() is True


def test_activate_as_decorator_for_async(engine):
async def test_activate_as_decorator_for_async(engine):

@api.activate
async def test_activate():
Expand Down

0 comments on commit 14d8355

Please sign in to comment.