Skip to content

Commit

Permalink
xnys: fix thanksgiving early close in test
Browse files Browse the repository at this point in the history
  • Loading branch information
orvindemsy committed Dec 15, 2023
1 parent 618a60c commit 9deedee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_xnys_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def test_2024(self):

early_closes = [
pd.Timestamp("2024-07-03", tz="UTC"), # Independence Day
pd.Timestamp("2024-11-24", tz="UTC"), # Thanksgiving Day
pd.Timestamp("2024-11-29", tz="UTC"), # Thanksgiving Day
pd.Timestamp("2024-12-24", tz="UTC"), # Christmas Eve
]

Expand Down

0 comments on commit 9deedee

Please sign in to comment.