Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Aikema <[email protected]>
  • Loading branch information
jeremylong and aikebah authored Nov 8, 2023
1 parent 8711bac commit 4c4f957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void testCvssV2ScoreToSeverity() {
* Test of cvssV3ScoreToSeverity method, of class CvssUtil.
*/
@Test
public void testCvssVeScoreToSeverity() {
public void testCvssV3ScoreToSeverity() {
Double score = 0.0;
CvssV3Data.SeverityType expResult = CvssV3Data.SeverityType.NONE;
CvssV3Data.SeverityType result = CvssUtil.cvssV3ScoreToSeverity(score);
Expand Down

0 comments on commit 4c4f957

Please sign in to comment.