This commit is contained in:
Justin 2022-07-18 10:16:56 -04:00
parent d8a1545ee8
commit 6b2027cba5

View file

@ -57,6 +57,7 @@ describe('fetchSuggestions()', () => {
avatar_static: response[0].account_avatar, avatar_static: response[0].account_avatar,
id: response[0].account_id, id: response[0].account_id,
note: response[0].note, note: response[0].note,
should_refetch: true,
verified: response[0].verified, verified: response[0].verified,
display_name: response[0].display_name, display_name: response[0].display_name,
}], }],