From d331a50d7869c1aa5bc1d6a6b554e3ba8733b702 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 29 Feb 2024 15:00:52 +0100 Subject: [PATCH] update test --- backend/src/graphql/resolver/CommunityResolver.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/graphql/resolver/CommunityResolver.test.ts b/backend/src/graphql/resolver/CommunityResolver.test.ts index 2d60f3444..8b5c05d5b 100644 --- a/backend/src/graphql/resolver/CommunityResolver.test.ts +++ b/backend/src/graphql/resolver/CommunityResolver.test.ts @@ -729,7 +729,7 @@ describe('CommunityResolver', () => { 'e047365a54082e8a7e9273da61b55c8134a2a0c836799ba12b78b9b0c52bc85f', 'hex', ) - foreignCom2.communityUuid = 'Stage3-Com-UUID' + foreignCom2.communityUuid = uuidv4() foreignCom2.authenticatedAt = new Date() foreignCom2.name = 'Stage-3_Community-name' foreignCom2.description = 'Stage-3_Community-description'