Skip to content

Commit 2d45b21

Browse files
Daniel SaxtonDaniel Saxton
authored andcommitted
Add a string
1 parent 062f5f7 commit 2d45b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/categorical/test_constructors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def test_constructor_with_categorical_categories(self):
460460

461461
def test_construction_with_null(self, nulls_fixture):
462462
# https://github.com/pandas-dev/pandas/issues/31927
463-
values = ["a", nulls_fixture]
463+
values = ["a", nulls_fixture, "b"]
464464
result = Categorical(np.array(values, dtype=object))
465465
expected = Categorical(values)
466466

0 commit comments

Comments
 (0)