Skip to content

Commit e6b4bb3

Browse files
test_status_on_target_based_on_last_successful_date fixed field value.
1 parent 6b1e61d commit e6b4bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/services/calculators/test_eligibility_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def test_status_on_target_based_on_last_successful_date(
689689
),
690690
rule_builder.IterationRuleFactory.build(
691691
type=rules.RuleType.suppression,
692-
name=rules.RuleName("You have a future booking to be vaccinated against RSV"),
692+
name=rules.RuleName("You have a vaccination date in the future for RSV"),
693693
description=rules.RuleDescription("Exclude anyone with future Completed RSV Vaccination"),
694694
priority=10,
695695
operator=rules.RuleOperator.day_lte,

0 commit comments

Comments
 (0)