refactor: correctly name `cli-hello-world-ivy` project to distinguish from `cli-hello-world` in logs (#26947)

PR Close #26947
This commit is contained in:
George Kalpakas 2018-12-05 22:29:02 +02:00 committed by Jason Aden
parent e98d508df2
commit 9a3739142f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { AppPage } from './app.po';
describe('cli-hello-world App', () => {
describe('cli-hello-world-ivy App', () => {
let page: AppPage;
beforeEach(() => {