Merge branch 'lookup-relationship' into 'develop'

Account lookup: fetch relationship

See merge request soapbox-pub/soapbox-fe!1518
This commit is contained in:
Alex Gleason 2022-06-09 20:19:59 +00:00
commit 122876025d
2 changed files with 2 additions and 1 deletions

View file

@ -264,7 +264,8 @@ describe('fetchAccountByUsername()', () => {
});
expect(actions[1].type).toEqual('ACCOUNTS_IMPORT');
expect(actions[2].type).toEqual('ACCOUNT_LOOKUP_SUCCESS');
expect(actions[3].type).toEqual('ACCOUNT_FETCH_SUCCESS');
expect(actions[3].type).toEqual('RELATIONSHIPS_FETCH_REQUEST');
expect(actions[4].type).toEqual('ACCOUNT_FETCH_SUCCESS');
});
});

Binary file not shown.