Skip to content

Commit bab7f01

Browse files
committed
test(grid-list): add unit tests for grid-list
1 parent d037ed3 commit bab7f01

File tree

2 files changed

+394
-1
lines changed

2 files changed

+394
-1
lines changed

src/components/grid-list/grid-list-errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class MdGridListColsError extends MdError {
1414
*/
1515
export class MdGridTileTooWideError extends MdError {
1616
constructor(cols: number, listLength: number) {
17-
super(`Tile with colspan ${cols} is wider than grid with cols="${listLength}".`);
17+
super(`md-grid-list: tile with colspan ${cols} is wider than grid with cols="${listLength}".`);
1818
}
1919
}
2020

0 commit comments

Comments
 (0)