fix test to reflect bug fix

This commit is contained in:
Sydney Runkle
2025-04-23 16:03:08 -07:00
parent f0fb8d9187
commit 9f33b4e529
-10
View File
@@ -8233,11 +8233,6 @@ async def test_handles_multiple_interrupts_from_tasks() -> None:
resumable=True,
ns=[AnyStr("program:"), AnyStr("add_participant:")],
),
Interrupt(
value="Hey do you want to add James?",
resumable=True,
ns=[AnyStr("program:"), AnyStr("add_participant:")],
),
]
}
@@ -8258,11 +8253,6 @@ async def test_handles_multiple_interrupts_from_tasks() -> None:
resumable=True,
ns=[AnyStr("program:"), AnyStr("add_participant:")],
),
Interrupt(
value="Hey do you want to add Will?",
resumable=True,
ns=[AnyStr("program:"), AnyStr("add_participant:")],
),
]
}