Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KJhellico committed Sep 23, 2024
1 parent e1cc1e1 commit 8bc0ccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/countries/test_nicaragua.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ def test_2023(self):
if subdiv == "MN":
self.assertHoliday(
Nicaragua(subdiv=subdiv),
"2020-08-01",
"2020-08-10",
"2023-08-01",
"2023-08-10",
)
else:
self.assertNoHoliday(
Nicaragua(subdiv=subdiv),
"2020-08-01",
"2020-08-10",
"2023-08-01",
"2023-08-10",
)

def test_l10n_default(self):
Expand Down

0 comments on commit 8bc0ccc

Please sign in to comment.