Skip to content

Commit 4c04a18

Browse files
committed
fix: flaky Tests - GroupChatNameTests
1 parent 46278af commit 4c04a18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ui/GroupChatNameTests.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ describe('Tests for group chat name', () => {
127127
beforeEach(() => {
128128
jest.clearAllMocks();
129129

130+
global.fetch = TestHelper.getGlobalFetchMock();
130131
// Unsubscribe to pusher channels
131132
PusherHelper.teardown();
132133

0 commit comments

Comments
 (0)