Skip to content

Commit

Permalink
Update tests/perf-test/PolicyUtils.perf-test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pavlo Tsimura <paultsimura@gmail.com>
  • Loading branch information
ShridharGoel and paultsimura authored Mar 18, 2024
1 parent 24dae43 commit de6946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf-test/PolicyUtils.perf-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('PolicyUtils', () => {
await measureFunction(() => getMemberAccountIDsForWorkspace(policyMembers, personalDetails));
});

test('500 policy members with errors and full personal details', async () => {
test('500 policy members with errors and personal details', async () => {
const policyMembers = createCollection<PolicyMember>(
(_, index) => index,
() => ({
Expand Down

0 comments on commit de6946b

Please sign in to comment.