Skip to content

Commit

Permalink
Update download.effects.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Jan 19, 2024
1 parent 4468e95 commit a2b696d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ describe('DownloadEffects', () => {
useValue: jasmine.createSpyObj('matDialog', ['getDialogById', 'open']),
},
{ provide: FileService, useValue: fileService },
{ provide: MessageService, useValue: jasmine.createSpyObj(['error']) },
{
provide: MessageService,
useValue: jasmine.createSpyObj('messageService', ['error'], { messages: [] }),
},
provideMockStore({
selectors: [
{ selector: fromDownload.selectDownload, value: null },
Expand Down

0 comments on commit a2b696d

Please sign in to comment.