Skip to content

Commit 08c91e6

Browse files
committed
fix lint
1 parent 4172946 commit 08c91e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ui/UnreadIndicatorsTest.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ describe('Unread Indicators', () => {
187187

188188
beforeEach(() => {
189189
jest.clearAllMocks();
190-
190+
191191
global.fetch = TestHelper.getGlobalFetchMock();
192192
// Unsubscribe to pusher channels
193193
PusherHelper.teardown();
194-
194+
195195
return Onyx.clear().then(waitForBatchedUpdates);
196196
});
197197

0 commit comments

Comments
 (0)