From 81889c73e309d7513190f8c1514607e8928ceb52 Mon Sep 17 00:00:00 2001
From: Marc Glasser <marc.aaron.glasser@gmail.com>
Date: Mon, 4 Mar 2024 15:03:43 -1000
Subject: [PATCH] Fix test

---
 tests/ui/UnreadIndicatorsTest.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ui/UnreadIndicatorsTest.js b/tests/ui/UnreadIndicatorsTest.js
index 851dc889728e..88fa92824c74 100644
--- a/tests/ui/UnreadIndicatorsTest.js
+++ b/tests/ui/UnreadIndicatorsTest.js
@@ -277,6 +277,7 @@ describe('Unread Indicators', () => {
     afterEach(() => {
         jest.clearAllMocks();
         Onyx.clear();
+        PusherHelper.teardown();
     });
 
     it('Display bold in the LHN for unread chat and new line indicator above the chat message when we navigate to it', () =>