Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 27, 2022
1 parent ba18049 commit 9423467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_recipes/test_primer/test_hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from ice.recipes.primer.hello import say_hello


@pytest.mark.anyio
async def test_hello():
assert await say_hello() == "Hello world!"
1 change: 1 addition & 0 deletions tests/test_recipes/test_primer/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from ice.recipes.primer.qa import answer


@pytest.mark.anyio
async def test_answer():
assert await answer() == "A hackathon is happening on 9/9/2022."

0 comments on commit 9423467

Please sign in to comment.