We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16119e7 commit 4b0a3f5Copy full SHA for 4b0a3f5
pandas/tests/tslibs/test_timezones.py
@@ -141,7 +141,7 @@ def test_maybe_get_tz_invalid_types():
141
with pytest.raises(TypeError, match="<class 'module'>"):
142
timezones.maybe_get_tz(pytz)
143
144
- msg = "<class 'pandas._libs.tslibs.timestamps.Timestamp'>"
+ msg = "<class 'pandas.Timestamp'>"
145
with pytest.raises(TypeError, match=msg):
146
timezones.maybe_get_tz(Timestamp("2021-01-01", tz="UTC"))
147
0 commit comments