Skip to content

Commit 513b0e5

Browse files
committed
Reverted to hopefully the right branch. Tests are already in the proper location.
Signed-off-by: nbonnin <[email protected]>
1 parent ffdc947 commit 513b0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_dtypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def test_astype_str_float(self):
595595

596596
@pytest.mark.parametrize("dtype_class", [dict, Series])
597597
def test_astype_dict_like(self, dtype_class):
598-
# GH7271 & GH16717
598+
# GH7271 & GH16717 & GH30324
599599
a = Series(date_range("2010-01-04", periods=5))
600600
b = Series(range(5))
601601
c = Series([0.0, 0.2, 0.4, 0.6, 0.8])

0 commit comments

Comments
 (0)