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 cb1038e commit 86e7963Copy full SHA for 86e7963
src/lib/select/select.spec.ts
@@ -196,7 +196,8 @@ describe('MdSelect', () => {
196
fixture.componentInstance.foods = [];
197
fixture.detectChanges();
198
199
- expect(select.selected).toBe(null, 'Expected selection to be removed when option no longer exists.');
+ expect(select.selected)
200
+ .toBe(null, 'Expected selection to be removed when option no longer exists.');
201
});
202
203
it('should display the selected option in the trigger', () => {
0 commit comments