From 7b43485abb0bb8db08d4912b6bc4e03eef583155 Mon Sep 17 00:00:00 2001 From: Blazej Kustra Date: Fri, 26 Jul 2024 11:17:32 +0200 Subject: [PATCH] Use the correct plural form --- tests/unit/WorkflowUtilsTest.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/WorkflowUtilsTest.ts b/tests/unit/WorkflowUtilsTest.ts index 1ee6642e27b8..6359ba01ed23 100644 --- a/tests/unit/WorkflowUtilsTest.ts +++ b/tests/unit/WorkflowUtilsTest.ts @@ -141,7 +141,7 @@ describe('WorkflowUtils', () => { ]); }); - it('Should return a list of approver with circular references', () => { + it('Should return a list of approvers with circular references', () => { const employees: PolicyEmployeeList = { '1@example.com': { email: '1@example.com', @@ -183,7 +183,7 @@ describe('WorkflowUtils', () => { ]); }); - it('Should return a list of approver with circular references', () => { + it('Should return a list of approvers with circular references', () => { const employees: PolicyEmployeeList = { '1@example.com': { email: '1@example.com',