Skip to content

Commit

Permalink
update test wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Dec 13, 2024
1 parent 96ae45e commit d3e2dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/actions/PolicyMemberTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe('actions/PolicyMember', () => {
});

describe('addMembersToWorkspace', () => {
it('Add new member to a workspace', async () => {
it('Add a new member to a workspace', async () => {
const policyID = '1';
const defaultApprover = '[email protected]';
const newUserEmail = '[email protected]';
Expand Down

0 comments on commit d3e2dfc

Please sign in to comment.