Skip to content

Commit 37a0d19

Browse files
committed
fix: test failure
1 parent ac02b39 commit 37a0d19

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
@@ -1568,6 +1568,7 @@ describe('MatAutocomplete', () => {
15681568
fixture.componentInstance.states.push('Puerto Rico');
15691569
fixture.detectChanges();
15701570
tick();
1571+
fixture.detectChanges();
15711572

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

0 commit comments

Comments
 (0)