spelling: statement

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2025-11-04 20:17:52 -05:00
parent b4849e7628
commit 5975520ad2
+1 -1
View File
@@ -385,7 +385,7 @@ test('addChangeVulnerabilitiesToSummary() - prints severity statement if above l
) )
}) })
test('addChangeVulnerabilitiesToSummary() - does not print severity statment if it is set to "low"', () => { test('addChangeVulnerabilitiesToSummary() - does not print severity statement if it is set to "low"', () => {
const changes = [createTestChange()] const changes = [createTestChange()]
summary.addChangeVulnerabilitiesToSummary(changes, 'low') summary.addChangeVulnerabilitiesToSummary(changes, 'low')