adapt for changes made by 9b50e6c3dd

This commit is contained in:
Florian Förster 2025-03-21 07:30:21 +01:00
parent a6d0f07c6c
commit 4a34bb7934

View File

@ -148,7 +148,7 @@ def test_preprocess_sales_Success(
assert pipe.status == STATUS_HANDLER.SUCCESS
assert pipe.data is not None
df = pipe.data
assert len(df.columns) == 5
assert len(df.columns) == 6
assert any(feat not in df.columns for feat in feature_map.keys())