Fix actions/accounts test for accountLookup
This commit is contained in:
parent
f5024d6c8e
commit
28f0274b46
1 changed files with 2 additions and 1 deletions
|
@ -264,7 +264,8 @@ describe('fetchAccountByUsername()', () => {
|
||||||
});
|
});
|
||||||
expect(actions[1].type).toEqual('ACCOUNTS_IMPORT');
|
expect(actions[1].type).toEqual('ACCOUNTS_IMPORT');
|
||||||
expect(actions[2].type).toEqual('ACCOUNT_LOOKUP_SUCCESS');
|
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');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue