Skip to content

Commit 0854189

Browse files
dafojelbourn
authored andcommitted
chore(select): fix typo in unit test name (#15157)
1 parent e1d0024 commit 0854189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/select.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ describe('MatSelect', () => {
18211821
expect(panel.scrollTop).toBe(320, 'Expected scroll to be at the 9th option.');
18221822
}));
18231823

1824-
it('should scroll top the top when pressing HOME', fakeAsync(() => {
1824+
it('should scroll to the top when pressing HOME', fakeAsync(() => {
18251825
for (let i = 0; i < 20; i++) {
18261826
dispatchKeyboardEvent(host, 'keydown', DOWN_ARROW);
18271827
fixture.detectChanges();

0 commit comments

Comments
 (0)