Skip to content

Commit 987ceed

Browse files
ozeranskiidandavison
authored andcommitted
fixed code formatting
1 parent 20b4273 commit 987ceed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/worker/test_replayer.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,11 @@ async def test_replayer_async_ordering() -> None:
483483

484484

485485
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:
486+
with (
487+
Path(__file__)
488+
.with_name("test_replayer_event_tracing_alternate.json")
489+
.open() as f
490+
):
489491
history = f.read()
490492
await Replayer(
491493
workflows=[ActivityAndSignalsWhileWorkflowDown],

0 commit comments

Comments
 (0)