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

OZG-4993 Remove bad test

parent 6ededafb
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ import { mock, Mock, useFromMock } from '@alfa-client/test-utils';
import { PostfachService } from '../../postfach.service';
import { createPostfach, createPostfachResource } from '../../../../../test/postfach/postfach';
import { PostfachResource } from '../../postfach.model';
import { fakeAsync, tick } from '@angular/core/testing';
import { createStateResource, StateResource } from '@alfa-client/tech-shared';
import { Postfach } from '../../postfach.model';
import { Observable, of } from 'rxjs';
......@@ -51,13 +50,6 @@ describe('PostfachFormService', () => {
expect(postfachService.save).toHaveBeenCalledWith(postfach);
});
it('should call service get after save', fakeAsync(() => {
formService.submit().subscribe();
tick();
expect(postfachService.get).toHaveBeenCalled();
}));
describe('with empty or null absender values', () => {
const formValueWithAbsender = {
[PostfachFormService.ASBSENDER_GROUP]: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment