Skip to content

Commit 5f7f6ab

Browse files
fix(spp_programs): fix ruff E501 line too long in test_managers.py
1 parent 0f4f550 commit 5f7f6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spp_programs/tests/test_managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ def test_prepare_payments_no_approved_entitlements_returns_danger(self):
11631163
# ------------------------------------------------------------------
11641164

11651165
def test_batch_tag_constraint_empty_tags_with_create_batch_raises(self):
1166-
"""batch_tag_ids constraint must raise ValidationError when clearing tags on a manager with create_batch=True."""
1166+
"""batch_tag_ids constraint raises ValidationError when clearing tags with create_batch=True."""
11671167
manager = self.env["spp.program.payment.manager.default"].create(
11681168
{
11691169
"name": "Constraint Test Pay Manager [PAY MGR TEST]",

0 commit comments

Comments
 (0)