diff --git a/tests/Rules/Cell/ComboDateAgeTest.php b/tests/Rules/Cell/ComboDateAgeTest.php index b82748a3..d2983bd0 100644 --- a/tests/Rules/Cell/ComboDateAgeTest.php +++ b/tests/Rules/Cell/ComboDateAgeTest.php @@ -34,7 +34,7 @@ public function testEqual(): void isSame('', $rule->test('now')); isSame( - 'The age of the value "2020-10-02" is parsed as "3" years, ' . + 'The age of the value "2020-10-02" is parsed as "4" years, ' . 'which is not equal than the expected "0 years"', $rule->test('2020-10-02'), ); @@ -58,7 +58,7 @@ public function testMin(): void isSame('', $rule->test('2100-01')); isSame( - 'The age of the value "2020-10-02" is parsed as "3" years, ' . + 'The age of the value "2020-10-02" is parsed as "4" years, ' . 'which is less than the expected "21 years"', $rule->test('2020-10-02'), );