Skip to content

Commit 7a8b887

Browse files
committed
Fix tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 1033159 commit 7a8b887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/risk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ def compute_package_risk_v2(package):
129129
if not result:
130130
return
131131

132-
return round(max(result), 1)
132+
return round(max(result), 1)

0 commit comments

Comments
 (0)