Skip to content

Commit e58b67e

Browse files
committed
Fix failing angular spec
1 parent a4c5531 commit e58b67e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: frontend/src/app/shared/components/autocompleter/op-autocompleter/op-autocompleter.spec.ts

-3
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ describe('autocompleter', () => {
151151
const inputElement = inputDebugElement.nativeElement as HTMLInputElement;
152152

153153
fixture.detectChanges();
154-
tick();
155-
expect(getOptionsFnSpy).not.toHaveBeenCalled();
156-
tick(50);
157154
expect(getOptionsFnSpy).toHaveBeenCalledWith("");
158155
getOptionsFnSpy.calls.reset();
159156

0 commit comments

Comments
 (0)