Fix failing tests

This commit is contained in:
SleepWalker 2018-11-10 16:53:04 +02:00
parent b22af28a1f
commit e2e43e6e8f

View File

@ -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: {