Skip to content

Commit dee85ef

Browse files
authored
Merge pull request Expensify#66032 from nkdengineer/fix/65357
[No QA] fix: flaky Tests - GroupChatNameTests
2 parents 597c74f + 4c04a18 commit dee85ef

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)