Skip to content

Commit

Permalink
Small correction to the test of New Year's day in the United Kingdom.…
Browse files Browse the repository at this point in the history
… It has been identified as a Bank Holiday only since 1975 (not since 1974).

Signed-off-by: Sacha Telgenhof <stelgenhof@gmail.com>
  • Loading branch information
stelgenhof committed Mar 29, 2019
1 parent bed2c78 commit 8c684d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnitedKingdom/NewYearsDayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function testHolidayType(): void
$this->assertHolidayType(
self::REGION,
self::HOLIDAY,
$this->generateRandomYear(self::ADJUSTMENT_YEAR),
$this->generateRandomYear(self::ADJUSTMENT_YEAR + 1),
Holiday::TYPE_BANK
);
}
Expand Down

0 comments on commit 8c684d2

Please sign in to comment.