Skip to content

Commit 2cb58a0

Browse files
authored
Update tests/test_extensions/test_sklearn_extension/test_sklearn_extension.py
1 parent a98943f commit 2cb58a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_extensions/test_sklearn_extension/test_sklearn_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def test_serialize_complex_flow(self):
904904
boosting_name,
905905
)
906906
fixture_name = (
907-
f"sklearn.model_selection._search.RandomizedSearchCV(estimator={pipeline_name}"
907+
f"sklearn.model_selection._search.RandomizedSearchCV(estimator={pipeline_name})"
908908
)
909909
fixture_structure = {
910910
ohe_name: ["estimator", "ohe"],

0 commit comments

Comments
 (0)