From 14d835584c29234482f50e662dc869d36fb83e44 Mon Sep 17 00:00:00 2001 From: sarayourfriend Date: Tue, 15 Oct 2024 13:19:03 +1100 Subject: [PATCH] Update tests/unit/api_test.py --- tests/unit/api_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/api_test.py b/tests/unit/api_test.py index ca5e7b4..d7e8341 100644 --- a/tests/unit/api_test.py +++ b/tests/unit/api_test.py @@ -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():