Skip to content

Commit 35a552a

Browse files
committed
revert test_datetimelike
1 parent 6641e2b commit 35a552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def test_line_plot_period_mlt_frame(self, frqncy):
219219
_check_plot_works(df.plot, freq)
220220

221221
@pytest.mark.slow
222-
def test_line_plot_float_frame_dt_index(self):
222+
def test_line_plot_datetime_frame(self):
223223
for df in self.datetime_df:
224224
freq = df.index.to_period(df.index.freq.rule_code).freq
225225
_check_plot_works(df.plot, freq)

0 commit comments

Comments
 (0)