Skip to content

Commit

Permalink
Merge branch 'approval-workflows/transforming-data' into approval-wor…
Browse files Browse the repository at this point in the history
…kflows/onyx-setup
  • Loading branch information
blazejkustra committed Jul 26, 2024
2 parents 9fdedc7 + 7b43485 commit 2845492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/WorkflowUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
'[email protected]': {
email: '[email protected]',
Expand Down Expand Up @@ -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 = {
'[email protected]': {
email: '[email protected]',
Expand Down

0 comments on commit 2845492

Please sign in to comment.