Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Nov 12, 2023
1 parent 60a267e commit 70ca0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zen_context_isolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def foo(x: str, zen_cfg):
assert var.get() == dict()


async def async_func_run_in_context_not_supported():
def test_async_func_run_in_context_not_supported():
async def foo():
...

Expand Down

0 comments on commit 70ca0d8

Please sign in to comment.