We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc6472 commit 98a530cCopy full SHA for 98a530c
tests/worker/test_replayer.py
@@ -483,9 +483,11 @@ async def test_replayer_async_ordering() -> None:
483
484
485
async def test_replayer_alternate_async_ordering() -> None:
486
- with Path(__file__).with_name(
487
- "test_replayer_event_tracing_alternate.json"
488
- ).open() as f:
+ with (
+ Path(__file__)
+ .with_name("test_replayer_event_tracing_alternate.json")
489
+ .open() as f
490
+ ):
491
history = f.read()
492
await Replayer(
493
workflows=[ActivityAndSignalsWhileWorkflowDown],
0 commit comments