Skip to content

Commit 2a8fdaf

Browse files
ddrabinnjsmith
andauthored
Update pytest_trio/_tests/test_async_fixture.py
Co-authored-by: Nathaniel J. Smith <[email protected]>
1 parent e0509f9 commit 2a8fdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_trio/_tests/test_async_fixture.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async def fix1():
133133
134134
@pytest.mark.trio
135135
async def test_base(fix1):
136-
pass # Crash should have occurs before arriving here
136+
pass # Crash should have occurred before arriving here
137137
"""
138138
)
139139

0 commit comments

Comments
 (0)