Skip to content

Commit 04f42e3

Browse files
feldera-botabhizer
authored andcommitted
[ci] apply automatic fixes
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
1 parent 17a9346 commit 04f42e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

python/tests/platform/test_checkpoint_sync.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def test_checkpoint_sync(
7171

7272
self.pipeline.set_runtime_config(
7373
RuntimeConfig(
74-
fault_tolerance_model=ft, storage=Storage(config=storage_config),
74+
fault_tolerance_model=ft,
75+
storage=Storage(config=storage_config),
7576
checkpoint_interval_secs=ft_interval,
7677
)
7778
)
@@ -130,7 +131,8 @@ def test_checkpoint_sync(
130131
)
131132
self.pipeline.set_runtime_config(
132133
RuntimeConfig(
133-
fault_tolerance_model=ft, storage=Storage(config=storage_config),
134+
fault_tolerance_model=ft,
135+
storage=Storage(config=storage_config),
134136
checkpoint_interval_secs=ft_interval,
135137
)
136138
)

0 commit comments

Comments
 (0)