Skip to content

Commit

Permalink
tests: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed May 16, 2023
1 parent 0d30ab9 commit 4920483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/workers/repository/process/vulnerabilities.spec.ts
Expand Up @@ -944,7 +944,7 @@ describe('workers/repository/process/vulnerabilities', () => {
No details.
#### Severity
Unknown severity.
Unknown severity
#### References
No references.
Expand Down
2 changes: 1 addition & 1 deletion lib/workers/repository/process/vulnerabilities.ts
Expand Up @@ -533,7 +533,7 @@ export class Vulnerabilities {
content += `- CVSS Score: ${severityDetails.score}\n`;
content += `- Vector String: \`${severityDetails.cvssVector}\`\n`;
} else {
content += `${severityDetails.severityLevel}\n`;
content += `${severityDetails.score}\n`;
}

content += `\n#### References\n${
Expand Down

0 comments on commit 4920483

Please sign in to comment.