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