Skip to content

Commit 96da309

Browse files
fealhoR-Palazzo
andcommitted
Update tests/unit/single_table/test_dayz.py
Co-authored-by: R-Palazzo <116157184+R-Palazzo@users.noreply.github.com>
1 parent b49bf66 commit 96da309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/single_table/test_dayz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def test_create_parameters_with_empty_dataframe_returns_valid_defaults(self):
458458
}
459459

460460
def test_create_parameters_all_null_categorical_column(self):
461-
"""Categorical column with all nulls should produce empty category_values."""
461+
"""Categorical column with all nulls should not have the category_values key parameter."""
462462
# Setup
463463
data = pd.DataFrame({'col': [None, None, np.nan, pd.NA]})
464464
metadata = Metadata.detect_from_dataframe(data)

0 commit comments

Comments
 (0)