From 0955f14c18618bd55b83573a186364fe0a7f3282 Mon Sep 17 00:00:00 2001 From: Ionatan Wiznia Date: Tue, 5 Mar 2024 11:59:51 -0300 Subject: [PATCH] Fix tests --- tests/ui/UnreadIndicatorsTest.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ui/UnreadIndicatorsTest.js b/tests/ui/UnreadIndicatorsTest.js index 851dc889728e..9c2ff134f21a 100644 --- a/tests/ui/UnreadIndicatorsTest.js +++ b/tests/ui/UnreadIndicatorsTest.js @@ -277,6 +277,9 @@ describe('Unread Indicators', () => { afterEach(() => { jest.clearAllMocks(); Onyx.clear(); + + // Unsubscribe to pusher channels + PusherHelper.teardown(); }); it('Display bold in the LHN for unread chat and new line indicator above the chat message when we navigate to it', () =>