From 5975520ad2b07876dbec906f8d0046a3ae286534 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:53:09 -0400 Subject: [PATCH] spelling: statement Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- __tests__/summary.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/summary.test.ts b/__tests__/summary.test.ts index d7e3c57..1b39ff6 100644 --- a/__tests__/summary.test.ts +++ b/__tests__/summary.test.ts @@ -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()] summary.addChangeVulnerabilitiesToSummary(changes, 'low')