Skip to content

Commit 170b397

Browse files
author
Andrew Seguin
committed
fix(material/core): tests
1 parent 52f8a36 commit 170b397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('ng-add schematic', () => {
124124
const themeContent = buffer!.toString();
125125

126126
expect(themeContent).toContain(`@use '@angular/material' as mat;`);
127-
expect(themeContent).toContain(`$material-theme: mat.define-theme((`);
127+
expect(themeContent).toContain(`@include mat.theme((`);
128128
});
129129

130130
it('should create a custom theme file if no SCSS file could be found', async () => {

0 commit comments

Comments
 (0)