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 a4f3a5c commit 8a2176dCopy full SHA for 8a2176d
pandas/tests/indexing/test_partial.py
@@ -659,7 +659,7 @@ def test_access_timezoned_datetimeindex_with_timezoned_label_utc(self):
659
660
tm.assert_frame_equal(result, expected)
661
662
- def test_access_timezoned_datetimeindex_with_timezoned_label_in_other_timezone(self):
+ def test_access_timezoned_datetimeindex_with_timezoned_label_in_cet(self):
663
664
# GH 6785
665
# timezone was ignored when string was provided as a label
0 commit comments