diff --git a/tests/base/test_featuregen.py b/tests/base/test_featuregen.py index 73d4f42c..663e7b4e 100644 --- a/tests/base/test_featuregen.py +++ b/tests/base/test_featuregen.py @@ -92,7 +92,7 @@ def test_Naming(self, fgen): def test_ruleBasedAlwaysFitted(self): assert RuleBasedTestFgen().is_fitted() - def test_emptyChainRaisesError(self): + def test_emptyChainInvalid(self): with pytest.raises(ValueError): ChainedFeatureGenerator()