Skip to content

Commit 09658c4

Browse files
committed
fix test
1 parent f26ad88 commit 09658c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/list.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('MdList', () => {
115115

116116
let list = fixture.debugElement.children[0];
117117
let listItem = fixture.debugElement.children[0].query(By.css('md-list-item'));
118-
expect(list.nativeElement.getAttribute('role')).toBe('list');
118+
expect(list.nativeElement.getAttribute('role')).toBeNull();
119119
expect(listItem.nativeElement.getAttribute('role')).toBe('listitem');
120120
});
121121

0 commit comments

Comments
 (0)