Skip to content

Commit d4c479b

Browse files
crisbetommalerba
authored andcommitted
chore: fix lint warnings (#9869)
Fixes a few lint warnings that got into master.
1 parent f73d878 commit d4c479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/a11y/live-announcer/live-announcer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('LiveAnnouncer', () => {
7373

7474
it('should return a promise that resolves after the text has been announced', fakeAsync(() => {
7575
const spy = jasmine.createSpy('announce spy');
76-
const promise = announcer.announce('something').then(spy);
76+
announcer.announce('something').then(spy);
7777

7878
expect(spy).not.toHaveBeenCalled();
7979
tick(100);

0 commit comments

Comments
 (0)