Skip to content

Commit 0747228

Browse files
swseverancejosephperrott
authored andcommitted
test(list-key-manager): fix test description (#15352)
1 parent 4dab2f6 commit 0747228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/a11y/key-manager/list-key-manager.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ describe('Key managers', () => {
176176
expect(fakeKeyEvents.rightArrow.defaultPrevented).toBe(false);
177177
});
178178

179-
it('should ignore the horizontal keys when only in horizontal mode', () => {
179+
it('should ignore the vertical keys when only in horizontal mode', () => {
180180
keyManager.withVerticalOrientation(false).withHorizontalOrientation('ltr');
181181

182182
expect(keyManager.activeItemIndex).toBe(0);

0 commit comments

Comments
 (0)