Skip to content

Commit

Permalink
build: fix lint failure (#27876)
Browse files Browse the repository at this point in the history
(cherry picked from commit 47ac55f)
  • Loading branch information
crisbeto committed Oct 2, 2023
1 parent d62cc12 commit 36c52ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/material/autocomplete/autocomplete.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3735,7 +3735,6 @@ describe('MDC-based MatAutocomplete', () => {
fixture.componentInstance.trigger.closePanel();
fixture.detectChanges();

const panelId = fixture.componentInstance.autocomplete.id;
const modalElement = fixture.componentInstance.modal.nativeElement;

expect(modalElement.getAttribute('aria-owns')).toBeFalsy();
Expand Down

0 comments on commit 36c52ed

Please sign in to comment.