1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00

Clean up group call tests (#2806)

This commit is contained in:
David Baker
2022-10-26 11:57:16 +01:00
committed by GitHub
parent c374ba2367
commit 0d211dfbad

View File

@@ -584,6 +584,8 @@ describe('Group Call', function() {
}); });
afterEach(function() { afterEach(function() {
groupCall1.leave();
groupCall2.leave();
jest.useRealTimers(); jest.useRealTimers();
MockRTCPeerConnection.resetInstances(); MockRTCPeerConnection.resetInstances();