From 9a3739142f1ac52d1410d5faaec652f7f4e46ebb Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 5 Dec 2018 22:29:02 +0200 Subject: [PATCH] refactor: correctly name `cli-hello-world-ivy` project to distinguish from `cli-hello-world` in logs (#26947) PR Close #26947 --- integration/cli-hello-world-ivy/e2e/src/app.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/cli-hello-world-ivy/e2e/src/app.e2e-spec.ts b/integration/cli-hello-world-ivy/e2e/src/app.e2e-spec.ts index 4075d7bf9d..c60c6459d8 100644 --- a/integration/cli-hello-world-ivy/e2e/src/app.e2e-spec.ts +++ b/integration/cli-hello-world-ivy/e2e/src/app.e2e-spec.ts @@ -1,6 +1,6 @@ import { AppPage } from './app.po'; -describe('cli-hello-world App', () => { +describe('cli-hello-world-ivy App', () => { let page: AppPage; beforeEach(() => {