Skip to content
Snippets Groups Projects
Commit 3331a72b authored by Art Lowel's avatar Art Lowel
Browse files

clarify that this error is purposely thrown

parent d5b2fbff
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ describe('ComColFormComponent', () => {
});
describe('when dsoService.deleteLogo returns an error response', () => {
const response = new ErrorResponse(new RequestError('errorMessage'));
const response = new ErrorResponse(new RequestError('this error was purposely thrown, to test error notifications'));
beforeEach(() => {
spyOn(dsoService, 'deleteLogo').and.returnValue(observableOf(response));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment