We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062f5f7 commit 2d45b21Copy full SHA for 2d45b21
pandas/tests/arrays/categorical/test_constructors.py
@@ -460,7 +460,7 @@ def test_constructor_with_categorical_categories(self):
460
461
def test_construction_with_null(self, nulls_fixture):
462
# https://github.com/pandas-dev/pandas/issues/31927
463
- values = ["a", nulls_fixture]
+ values = ["a", nulls_fixture, "b"]
464
result = Categorical(np.array(values, dtype=object))
465
expected = Categorical(values)
466
0 commit comments