Skip to content

Commit 054c270

Browse files
committed
Remove extra nocover comment
1 parent 530ddb6 commit 054c270

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_prefect.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,9 +773,7 @@ async def test_run_stream_events_in_flow(allow_model_requests: None) -> None:
773773

774774
@flow(name='test_run_stream_events_in_flow')
775775
async def run_stream_events_workflow():
776-
return [
777-
event async for event in simple_prefect_agent.run_stream_events('What is the capital of Mexico?')
778-
] # pragma: no cover
776+
return [event async for event in simple_prefect_agent.run_stream_events('What is the capital of Mexico?')]
779777

780778
with flow_raises(
781779
UserError,

0 commit comments

Comments
 (0)