Skip to content

Commit ff8356a

Browse files
committed
test: use valid theme for material schematic
1 parent f2ac4a6 commit ff8356a

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)