Skip to content

Commit bec67b3

Browse files
committed
fix(test): aggiorna assert test_medium_asset da 6.0 a 10.0
Il fix del base_score di Medium era stato committato ma l'assert del test non era stato aggiornato di conseguenza.
1 parent 37c5c68 commit bec67b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerability-manager/src/scoring/business_impact.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ mod tests {
114114
);
115115

116116
let score = impact.score();
117-
assert_eq!(score, 6.0); // Only criticality: 6 + 0 + 0
117+
assert_eq!(score, 10.0); // Only criticality: 10 + 0 + 0
118118
}
119119

120120
#[test]

0 commit comments

Comments
 (0)