Skip to content

Commit cf220db

Browse files
Terji Petersentopper-123
Terji Petersen
authored andcommitted
fix
1 parent d6d40e8 commit cf220db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/test_constructors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_unparseable_strings_with_dt64_dtype(self):
9696
(lambda idx: Series(data=(_ for _ in []), index=idx), False), # RangeIndex
9797
],
9898
)
99-
@pytest.mark.parametrize("empty_index", [None, None])
99+
@pytest.mark.parametrize("empty_index", [None, []])
100100
def test_empty_constructor(self, constructor, check_index_type, empty_index):
101101
# TODO: share with frame test of the same name
102102
# GH 49573 (addition of empty_index parameter)

0 commit comments

Comments
 (0)