From a9b79f72b476370dda742d668c1d1532394e7a14 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Mon, 13 Mar 2023 13:02:41 -0400 Subject: [PATCH] Revert "Fix useGroupsPath test" This reverts commit 487604b15aaa9726f37e7050b3483e4f686b9800. --- app/soapbox/hooks/__tests__/useGroupsPath.test.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/soapbox/hooks/__tests__/useGroupsPath.test.ts b/app/soapbox/hooks/__tests__/useGroupsPath.test.ts index 167e477b3..c3ec1e169 100644 --- a/app/soapbox/hooks/__tests__/useGroupsPath.test.ts +++ b/app/soapbox/hooks/__tests__/useGroupsPath.test.ts @@ -68,19 +68,6 @@ describe('useGroupsPath()', () => { }); test('should default to the "My Groups" page', async () => { - const store = { - entities: { - Groups: { - store: { - '1': normalizeGroup({}), - }, - lists: { - '': new Set(['1']), - }, - }, - }, - }; - const { result } = renderHook(useGroupsPath, undefined, store); await waitFor(() => {