Skip to content

Commit 9d8fcd9

Browse files
committed
fmt
1 parent 76fb38c commit 9d8fcd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_durable.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ def _capture_stdout(self, fn):
109109

110110
def test_emits_json_with_all_fields(self):
111111
output = self._capture_stdout(
112-
lambda: emit_durable_execution_log(
113-
"req-123", "my-execution", "exec-id-456"
114-
)
112+
lambda: emit_durable_execution_log("req-123", "my-execution", "exec-id-456")
115113
)
116114
data = json.loads(output.strip())
117115
self.assertEqual(data["request_id"], "req-123")

0 commit comments

Comments
 (0)