Skip to content

Commit

Permalink
fix: fix content error issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 19, 2020
1 parent 3241dd1 commit 6ef4398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});

0 comments on commit 6ef4398

Please sign in to comment.