From 1da403d8f3e56cc1bce72bf567b7eb83b05b77e5 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 (#28421) PR Close #28421 --- 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(() => {