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 () => {