@@ -21,7 +21,7 @@ class TestPitcairnIslands(CommonCountryTests, unittest.TestCase):
21
21
@classmethod
22
22
def setUpClass (cls ):
23
23
super ().setUpClass (
24
- PitcairnIslands , years = range (2000 , 2050 ), years_non_observed = range ( 2000 , 2050 )
24
+ PitcairnIslands , years = range (2000 , 2050 )
25
25
)
26
26
27
27
def test_country_aliases (self ):
@@ -58,7 +58,7 @@ def test_kings_birthday(self):
58
58
self .assertHolidayName ("King's Birthday" , "2024-06-08" , "2025-06-14" )
59
59
# Test Queen's Birthday for earlier years
60
60
self .assertHolidayName ("Queen's Birthday" , "2022-06-11" )
61
-
61
+
62
62
def test_bounty_day (self ):
63
63
"""Test Bounty Day holiday."""
64
64
self .assertHolidayName (
@@ -74,7 +74,7 @@ def test_easter_monday(self):
74
74
self .assertHolidayName ("Easter Monday" , "2024-04-01" , "2025-04-21" )
75
75
76
76
def test_monarch_birthday_naming (self ):
77
- + """Test that monarch's birthday uses correct title based on year."""
77
+ """Test that monarch's birthday uses correct title based on year."""
78
78
# Test Queen's Birthday (before 2023) and King's Birthday (from 2023)
79
- + self .assertHolidayName ("Queen's Birthday" , "2022-06-11" )
79
+ self .assertHolidayName ("Queen's Birthday" , "2022-06-11" )
80
80
self .assertHolidayName ("King's Birthday" , "2023-06-10" )
0 commit comments