Skip to content

Commit

Permalink
fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-macdonald1 committed May 8, 2024
1 parent ed8f293 commit 4c82006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/helpers/GCNotifyCalls.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('GCNotify Calls tests', () => {

test('standardizeRole returns Standard', () => {
const formattedRole = standardizeRole('Standard');
expect(formattedRole).toBe('Client support');
expect(formattedRole).toBe('Customer support agent');
});

test('testing successful sendAccessRequestNotifications() call', async () => {
Expand Down

0 comments on commit 4c82006

Please sign in to comment.