Skip to content

Commit

Permalink
Fix assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
KKSzymanowski committed Oct 8, 2021
1 parent cbaaa3e commit d6f12e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PeselValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testHasBirthDateReturnsCorrectValue(Pesel $pesel, string $birthD
$this->assertEquals(
$isCorrect,
$actual,
"Invalid gender. Got $actualStr, expected $isCorrectStr for number $pesel"
"Invalid birth date. Got $actualStr, expected $isCorrectStr for number $pesel"
);
}

Expand Down

0 comments on commit d6f12e6

Please sign in to comment.