From e1f452bf236cd747bff614bb2b85467b0c6e8cfc Mon Sep 17 00:00:00 2001 From: Zita Szupera Date: Thu, 20 Jun 2024 13:42:39 +0200 Subject: [PATCH] fix call test --- __tests__/call.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/call.test.ts b/__tests__/call.test.ts index 9bc88ae..8d04aee 100644 --- a/__tests__/call.test.ts +++ b/__tests__/call.test.ts @@ -11,7 +11,7 @@ import { describe('call API', () => { let client: StreamClient; - const callId = `callnodetest${uuidv4()}`; + const callId = `call${uuidv4()}`; let call: StreamCall; beforeAll(async () => {