mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
fixed test description
This commit is contained in:
@@ -150,7 +150,7 @@ describe('AuthEffects', () => {
|
|||||||
|
|
||||||
describe('authenticatedSuccess$', () => {
|
describe('authenticatedSuccess$', () => {
|
||||||
|
|
||||||
it('should not call removeToken method', (done) => {
|
it('should return a RETRIEVE_AUTHENTICATED_EPERSON action in response to a AUTHENTICATED_SUCCESS action', (done) => {
|
||||||
spyOn((authEffects as any).authService, 'storeToken');
|
spyOn((authEffects as any).authService, 'storeToken');
|
||||||
actions = hot('--a-', {
|
actions = hot('--a-', {
|
||||||
a: {
|
a: {
|
||||||
|
Reference in New Issue
Block a user