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 5250f95 commit 3f765aeCopy full SHA for 3f765ae
src/lib/select/select.spec.ts
@@ -189,7 +189,8 @@ describe('MdSelect', () => {
189
fixture.componentInstance.foods = [];
190
fixture.detectChanges();
191
192
- expect(select.selected).toBe(null, 'Expected selection to be removed when option no longer exists.');
+ expect(select.selected)
193
+ .toBe(null, 'Expected selection to be removed when option no longer exists.');
194
});
195
196
it('should display the selected option in the trigger', () => {
0 commit comments