Skip to content
Snippets Groups Projects
Commit b652cc28 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4995 Resolve test failure

parent b0280b36
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ describe('PostfachFormComponent', () => { ...@@ -191,7 +191,7 @@ describe('PostfachFormComponent', () => {
describe('submit', () => { describe('submit', () => {
it('should assign submit in progress', () => { it('should assign submit in progress', () => {
formService.submit = jest.fn().mockReturnValue(singleCold(true)); formService.submitWithProgress = jest.fn().mockReturnValue(singleCold(true));
component.submit(); component.submit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment