Skip to content

Commit b76fca7

Browse files
committed
Fix tests
1 parent 10df94e commit b76fca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/offsets/test_offsets_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_on_offset_implementations(dt, offset):
3737
# When dt + offset does not exist or is DST-ambiguous, assume(False) to
3838
# indicate to hypothesis that this is not a valid test case
3939
# DST-ambiguous example (GH41906):
40-
# dt=datetime.datetime(1900, 1, 1, tzinfo=zoneinfo.ZoneInfo('Africa/Kinshasa'))
40+
# dt = datetime.datetime(1900, 1, 1, tzinfo=ZoneInfo('Africa/Kinshasa'))
4141
# offset = MonthBegin(66)
4242
assume(False)
4343

0 commit comments

Comments
 (0)