Skip to content

Commit fa2f980

Browse files
committed
fix: test failure
1 parent e9d683c commit fa2f980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/autocomplete/autocomplete.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,7 @@ describe('MatAutocomplete', () => {
14881488
fixture.componentInstance.states.push('Puerto Rico');
14891489
fixture.detectChanges();
14901490
tick();
1491+
fixture.detectChanges();
14911492

14921493
let options = overlayContainerElement.querySelectorAll('mat-option') as NodeListOf<HTMLElement>;
14931494
let spy = fixture.componentInstance.optionSelected;

0 commit comments

Comments
 (0)