Skip to content

Commit 9bc2201

Browse files
fealhoR-Palazzo
andauthored
Update tests/unit/single_table/test_dayz.py
Co-authored-by: R-Palazzo <116157184+R-Palazzo@users.noreply.github.com>
1 parent eb252ea commit 9bc2201

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
@@ -376,7 +376,7 @@ def test_create_parameters_with_empty_dataframe_returns_valid_defaults(self):
376376
}
377377

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

0 commit comments

Comments
 (0)