Skip to content

Commit 5250f95

Browse files
committed
Update expectation message
1 parent daac2e7 commit 5250f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/select.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe('MdSelect', () => {
189189
fixture.componentInstance.foods = [];
190190
fixture.detectChanges();
191191

192-
expect(select.selected).toBe(null, 'Expected nothing to be selected.');
192+
expect(select.selected).toBe(null, 'Expected selection to be removed when option no longer exists.');
193193
});
194194

195195
it('should display the selected option in the trigger', () => {

0 commit comments

Comments
 (0)