style: apply review test formatting

This commit is contained in:
lda
2026-09-10 02:19:29 +07:00 Verified
parent 0813b9fcfc
commit 337af914b4
4 changed files with 8 additions and 10 deletions
@@ -97,9 +97,7 @@ def test_update_schedule_params_match_create_numeric_constraints() -> None:
)
for revision in (0, -1):
with pytest.raises(ValidationError):
UpdateScheduleParams(
schedule_id="schedule", expected_revision=revision
)
UpdateScheduleParams(schedule_id="schedule", expected_revision=revision)
def test_schedule_policy_params_reject_unknown_values() -> None: