Skip to content
GitHub Actions / Tests annotations (🧪 jest-coverage-report-action) failed Jul 15, 2024 in 0s

Test suite run failed

Failed tests: 1/845. Failed suites: 1/16.

Details

Created failed tests' annotations. To disable them, see documentation.

  ● IAgoraRtcEngineImpl › setupRemoteVideoEx_522a409

    expect(received).toBe(expected) // Object.is equality

    Expected: 0
    Received: 1

      219 |     ).toBe(param2.connection.localUid);
      220 |     await callIris(apiEnginePtr, 'RtcEngineEx_leaveChannelEx_c81e1a4', param);
    > 221 |     expect(irisRtcEngine.irisClientManager.remoteUserPackages.length).toBe(0);
          |                                                                       ^
      222 |   });
      223 |   test('muteLocalAudioStreamEx_3cf17a4', async () => {
      224 |     let connection = await joinChannelEx(apiEnginePtr);

      at test/impl/IAgoraRtcEngineImplEx.test.ts:221:71
      at fulfilled (test/impl/IAgoraRtcEngineImplEx.test.ts:28:58)

Annotations

Check failure on line 176 in packages/rtc/test/impl/IAgoraRtcEngineImplEx.test.ts

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

IAgoraRtcEngineImpl > setupRemoteVideoEx_522a409

Error: expect(received).toBe(expected) // Object.is equality

Expected: 0
Received: 1
    at /home/runner/work/iris_web/iris_web/packages/rtc/test/impl/IAgoraRtcEngineImplEx.test.ts:221:71
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/work/iris_web/iris_web/packages/rtc/test/impl/IAgoraRtcEngineImplEx.test.ts:28:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)