Skip to content

Commit a20fff9

Browse files
committed
fmt
1 parent f2152fd commit a20fff9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/e2e_operations.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3175,9 +3175,7 @@ def run_snapshot_persistence_across_primary_failure(const_args):
31753175
f"(interval={snapshot_interval_ms}ms, election_timeout={args.election_timeout_ms}ms)"
31763176
)
31773177

3178-
assert (
3179-
min_expected <= total_snapshots <= max_expected
3180-
), (
3178+
assert min_expected <= total_snapshots <= max_expected, (
31813179
f"Snapshot count {total_snapshots} is outside expected bounds "
31823180
f"[{min_expected:.1f}, {max_expected:.1f}] based on elapsed time, "
31833181
f"snapshot interval, and election timeout"

0 commit comments

Comments
 (0)