Skip to content

Commit f5c2602

Browse files
authored
test(material/schematics): fix failing test (#28027)
Fixes a failing test in the `ng add` schematic.
1 parent 395309b commit f5c2602

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/schematics/ng-add/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ describe('ng-add schematic', () => {
162162
// Ensure that the indentation has been determined properly. We want to make sure that
163163
// the created links properly align with the existing HTML. Default CLI projects use an
164164
// indentation of two columns.
165-
expect(htmlContent).toContain(' <link rel="preconnect" href="https://fonts.gstatic.com">');
166165
expect(htmlContent).toContain(
167166
' <link href="https://fonts.googleapis.com/icon?family=Material+Icons"',
168167
);

0 commit comments

Comments
 (0)