Skip to content

Commit

Permalink
Avoid use of 'error' in test names to facilitate log search
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Aug 3, 2023
1 parent 0662a6d commit 0154227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base/test_featuregen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 0154227

Please sign in to comment.