From 6ef43986d4b264bbd7ffc7067dcd0a5f017d96ee Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Thu, 19 Mar 2020 13:46:00 +0800 Subject: [PATCH] fix: fix content error issue --- src/app/app.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index b857f39e..04bcdfd5 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -23,6 +23,6 @@ describe('AppComponent', () => { it(`should have as title 'clean-angular'`, () => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.debugElement.componentInstance; - expect(app.title).toEqual('clean-angular'); + expect(app.title).toEqual('ledge'); }); });