Skip to content

Commit

Permalink
Merge pull request #2998 from bcameron1231/v4-testContactsFix
Browse files Browse the repository at this point in the history
Fixes Contact Folders Test
  • Loading branch information
bcameron1231 authored Apr 18, 2024
2 parents de60f5f + 610468e commit 66f0955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graph/contacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe("Contacts", function () {
});

it("Update Contact Folder", async function () {
const folderDisplayName = "Folder_Updated";
const folderDisplayName = "Folder_Updated" + getRandomString(4);
let folderId = null;
let folderAfterUpdate = null;
try {
Expand Down

0 comments on commit 66f0955

Please sign in to comment.