Skip to content

Commit 57d935f

Browse files
committed
fix test
1 parent 0f4aaeb commit 57d935f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ describe('AppComponent', () => {
1717
it('should have as title app', waitForAsync(async () => {
1818
const fixture = TestBed.createComponent(AppComponent);
1919
const app = fixture.debugElement.componentInstance as AppComponent;
20-
await expect(app.title).toEqual('app');
20+
await expect(app.title).toEqual('Text Compare');
2121
}));
2222
});

0 commit comments

Comments
 (0)