mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
fixed tests after angular 10 upgrade
This commit is contained in:
@@ -77,7 +77,7 @@ describe('ObjectUpdatesEffects', () => {
|
||||
beforeEach(() => {
|
||||
infoNotification = new Notification('id', NotificationType.Info, 'info');
|
||||
infoNotification.options.timeOut = 0;
|
||||
removeAction = new RemoveObjectUpdatesAction(testURL)
|
||||
removeAction = new RemoveObjectUpdatesAction(testURL);
|
||||
});
|
||||
it('should return a RemoveObjectUpdatesAction', () => {
|
||||
actions = hot('a|', { a: new DiscardObjectUpdatesAction(testURL, infoNotification) });
|
||||
|
Reference in New Issue
Block a user