mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-02 11:41:04 +05:30
Fix failing tests
This commit is contained in:
parent
b22af28a1f
commit
e2e43e6e8f
@ -68,7 +68,7 @@ describe('refreshTokenMiddleware', () => {
|
|||||||
};
|
};
|
||||||
getState.returns({
|
getState.returns({
|
||||||
accounts: {
|
accounts: {
|
||||||
active: account,
|
active: account.id,
|
||||||
available: [account]
|
available: [account]
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
@ -143,7 +143,7 @@ describe('refreshTokenMiddleware', () => {
|
|||||||
};
|
};
|
||||||
getState.returns({
|
getState.returns({
|
||||||
accounts: {
|
accounts: {
|
||||||
active: account,
|
active: account.id,
|
||||||
available: [account]
|
available: [account]
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
|
Loading…
Reference in New Issue
Block a user