Skip to content

Commit b45785f

Browse files
committed
Merge branch 'issue-2702-dayz-fallback' of https://github.com/sdv-dev/SDV into issue-2702-dayz-fallback
2 parents 7db1f96 + 9bc2201 commit b45785f

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)