Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 1cc4986

Browse files
committed
Update test_run.py
1 parent 0dcbe6e commit 1cc4986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_min_failed(self):
9393
task2 = Task("Task 2")
9494
task3 = Task("Task 3")
9595

96-
with instructions("fail tasks 1 and 3"):
96+
with instructions("fail tasks 1 and 3. Don't work on task 2."):
9797
run_tasks(
9898
[task1, task2, task3],
9999
run_until=AnyFailed(min_failed=2),
@@ -157,7 +157,7 @@ async def test_min_failed(self):
157157
task2 = Task("Task 2")
158158
task3 = Task("Task 3")
159159

160-
with instructions("fail tasks 1 and 3"):
160+
with instructions("fail tasks 1 and 3. Don't work on task 2."):
161161
await run_tasks_async(
162162
[task1, task2, task3],
163163
run_until=AnyFailed(min_failed=2),

0 commit comments

Comments
 (0)