Skip to content

Commit 0dfe209

Browse files
committed
change name of tshift test
1 parent 179046b commit 0dfe209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_transform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ def test_groupby_transform_nan(transformation_func, df_for_transformation_func):
12391239
tm.assert_frame_equal(result, expected)
12401240

12411241

1242-
def test_groupby_transform_tshift(transformation_func, df_for_transformation_func):
1242+
def test_groupby_tshift(transformation_func, df_for_transformation_func):
12431243

12441244
# GH 27905
12451245
df = df_for_transformation_func.copy()

0 commit comments

Comments
 (0)