From 610468ef5fdb5947c064cc5355bf83f08678023b Mon Sep 17 00:00:00 2001 From: Beau Cameron Date: Thu, 18 Apr 2024 09:07:38 -0600 Subject: [PATCH] Fixes Contact Folders Test --- test/graph/contacts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/graph/contacts.ts b/test/graph/contacts.ts index 28189905a..734fe2971 100644 --- a/test/graph/contacts.ts +++ b/test/graph/contacts.ts @@ -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 {