Skip to content

Commit 9dfdaf5

Browse files
committed
test: use valid theme for material schematic
(cherry picked from commit ff8356a)
1 parent 15c0148 commit 9dfdaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy-cli/e2e/tests/commands/add/add-material.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default async function () {
2828
'add',
2929
`@angular/material${tag}`,
3030
'--theme',
31-
'custom',
31+
'azure-blue',
3232
'--verbose',
3333
'--skip-confirmation',
3434
);

0 commit comments

Comments
 (0)