Skip to content

Commit dd7d1b1

Browse files
committed
valid check
Signed-off-by: 404-geek <[email protected]>
1 parent 5dfb513 commit dd7d1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ def test_scanpipe_scorecard_models(self):
27322732
# Check if score is "-1" or a numeric string within range 0-10
27332733
self.assertTrue(
27342734
(score == "-1") or (score.isdigit() and 0 <= int(score) <= 10),
2735-
"Score must be '-1' or a number between 0 and 10"
2735+
"Score must be '-1' or a number between 0 and 10",
27362736
)
27372737

27382738
def test_scanpipe_create_from_scorecard_data(self):

0 commit comments

Comments
 (0)