mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
70373: Fix existing texts
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user