Skip to content

Commit cda39a1

Browse files
committed
rename test
1 parent fc7e38a commit cda39a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ def test_set_value_resize(self, float_frame):
19441944
with pytest.raises(ValueError, match=msg):
19451945
res3._set_value("foobar", "baz", "sam")
19461946

1947-
def test_loc_indexing_preserves_index_dtype(self):
1947+
def test_loc_indexing_preserves_index_category_dtype(self):
19481948
# GH 15166
19491949
df = DataFrame(
19501950
data=np.arange(2, 22, 2),

0 commit comments

Comments
 (0)