From 6b2027cba525dc8f4af2d2ac324ad4ca8d25303a Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 18 Jul 2022 10:16:56 -0400 Subject: [PATCH] Fix test --- app/soapbox/actions/__tests__/suggestions.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/actions/__tests__/suggestions.test.ts b/app/soapbox/actions/__tests__/suggestions.test.ts index 3c8d0c95a7..a153208a7e 100644 --- a/app/soapbox/actions/__tests__/suggestions.test.ts +++ b/app/soapbox/actions/__tests__/suggestions.test.ts @@ -57,6 +57,7 @@ describe('fetchSuggestions()', () => { avatar_static: response[0].account_avatar, id: response[0].account_id, note: response[0].note, + should_refetch: true, verified: response[0].verified, display_name: response[0].display_name, }],