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'); }); });