We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daac2e7 commit 5250f95Copy full SHA for 5250f95
src/lib/select/select.spec.ts
@@ -189,7 +189,7 @@ describe('MdSelect', () => {
189
fixture.componentInstance.foods = [];
190
fixture.detectChanges();
191
192
- expect(select.selected).toBe(null, 'Expected nothing to be selected.');
+ expect(select.selected).toBe(null, 'Expected selection to be removed when option no longer exists.');
193
});
194
195
it('should display the selected option in the trigger', () => {
0 commit comments