Skip to content

Commit ea9aec9

Browse files
committed
fixup! fix(cdk-experimental/ui-patterns): listbox selection fixes
1 parent b59b97c commit ea9aec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk-experimental/ui-patterns/behaviors/list-selection/list-selection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('List Selection', () => {
212212
selection.selectFromPrevSelectedItem(); // [3, 1, 2]
213213

214214
// TODO(wagnermaciel): Order the values when inserting them.
215-
expect(selection.inputs.value()).toEqual([3, 1, 2]);
215+
expect(selection.inputs.value()).toEqual([1, 2, 3]);
216216
});
217217
});
218218
});

0 commit comments

Comments
 (0)