70373: Fix existing texts

This commit is contained in:
Kristof De Langhe
2020-04-15 15:35:41 +02:00
parent c48bb2cbb0
commit 4cd11bcbca
8 changed files with 94 additions and 36 deletions

View File

@@ -234,7 +234,7 @@ describe('AuthEffects', () => {
}
});
const expected = cold('--b-', { b: new RetrieveAuthenticatedEpersonSuccessAction(EPersonMock) });
const expected = cold('--b-', { b: new RetrieveAuthenticatedEpersonSuccessAction(EPersonMock.id) });
expect(authEffects.retrieveAuthenticatedEperson$).toBeObservable(expected);
});