Skip to content

Commit

Permalink
Fix calendar_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Jun 1, 2024
1 parent 3d45712 commit 941d5fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions exchange_calendars/calendar_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@
"XCBF": XCBFExchangeCalendar,
"XCSE": XCSEExchangeCalendar,
"XDUB": XDUBExchangeCalendar,
"XDUS": XDUSExchangeCalendar,
"XEEE": XEEEExchangeCalendar,
"XFRA": XFRAExchangeCalendar,
"XETR": XETRExchangeCalendar,
"XHAM": XHAMExchangeCalendar,
"XHEL": XHELExchangeCalendar,
"XHKG": XHKGExchangeCalendar,
"XICE": XICEExchangeCalendar,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xdus_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def calendar_cls(self):

@pytest.fixture
def max_session_hours(self):
# The FWB is open from 8am to 10pm
# open from 8am to 10pm
yield 14

@pytest.fixture
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xham_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def calendar_cls(self):

@pytest.fixture
def max_session_hours(self):
# The FWB is open from 8am to 10pm
# open from 8am to 10pm
yield 14

@pytest.fixture
Expand Down

0 comments on commit 941d5fc

Please sign in to comment.