We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfb513 commit dd7d1b1Copy full SHA for dd7d1b1
scanpipe/tests/test_models.py
@@ -2732,7 +2732,7 @@ def test_scanpipe_scorecard_models(self):
2732
# Check if score is "-1" or a numeric string within range 0-10
2733
self.assertTrue(
2734
(score == "-1") or (score.isdigit() and 0 <= int(score) <= 10),
2735
- "Score must be '-1' or a number between 0 and 10"
+ "Score must be '-1' or a number between 0 and 10",
2736
)
2737
2738
def test_scanpipe_create_from_scorecard_data(self):
0 commit comments