diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index 0c824b8168eb65917d42b52c1870931ddfdc5cfe..f7f28ccddceea64a12bdf42e50c0e2bae8491af3 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -28,10 +28,10 @@ describe('AppComponent', () => { const app = fixture.debugElement.componentInstance; expect(app).toBeTruthy(); })); - it(`should have as title 'app'`, async(() => { + it(`should have as title 'ARSnova'`, async(() => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.debugElement.componentInstance; - expect(app.title).toEqual('app'); + expect(app.title).toEqual('ARSnova'); })); it('should render title in a h1 tag', async(() => { const fixture = TestBed.createComponent(AppComponent);