Skip to content

Commit 7e90d94

Browse files
committed
feat(material/core): fix theme test
1 parent b7bdafd commit 7e90d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/core/theming/tests/theming-definition-api.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ describe('theming definition api', () => {
9696
expect(vars['color-tokens']).toBe('true');
9797
expect(vars['typography-tokens']).toBe('true');
9898
expect(vars['density-tokens']).toBe('true');
99-
expect(vars['typography-system-variables-prefix']).toBe('sys');
100-
expect(vars['color-system-variables-prefix']).toBe('sys');
99+
expect(vars['typography-system-variables-prefix']).toBe('mat-sys');
100+
expect(vars['color-system-variables-prefix']).toBe('mat-sys');
101101
});
102102

103103
it('should customize colors', () => {

0 commit comments

Comments
 (0)