Skip to content

Commit

Permalink
Small correction to the test of the Emperor's Birthday (Japan) betwee…
Browse files Browse the repository at this point in the history
…n 1949 and 1988. It is not celebrated in 1988 (similar to 2019).

Signed-off-by: Sacha Telgenhof <stelgenhof@gmail.com>
  • Loading branch information
stelgenhof committed Mar 29, 2019
1 parent a0e9823 commit bed2c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Japan/EmperorsBirthdayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class EmperorsBirthdayTest extends JapanBaseTestCase implements YasumiTestCaseIn
*/
public function testEmperorsBirthdayOnAfter1949()
{
$year = $this->generateRandomYear(self::ESTABLISHMENT_YEAR, 1988);
$year = $this->generateRandomYear(self::ESTABLISHMENT_YEAR, 1987);
$this->assertHoliday(
self::REGION,
self::HOLIDAY,
Expand Down

0 comments on commit bed2c78

Please sign in to comment.