Skip to content

Commit 6e2bf7b

Browse files
minor: change test function name
1 parent 3ff8145 commit 6e2bf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/resample/test_resampler_grouper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def test_groupby_resample_on_index_with_list_of_keys_missing_column():
717717
).set_index("group"),
718718
],
719719
)
720-
def test_groupby_resample_on_column_when_index_is_not_a_range_of_numbers(df):
720+
def test_groupby_resample_on_column_when_index_is_unusual(df):
721721
# GH 59350
722722
gb = df.groupby("group")
723723
rs = gb.resample("1min", on="datetime")

0 commit comments

Comments
 (0)