Skip to content

Commit 438e572

Browse files
Steven-Harrishansl
authored andcommitted
test: fixing grammar (angular#7470)
should read, "should have the title 'app works!'"
1 parent d1d2aa0 commit 438e572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/assets/1.0.0-proj/src/app/app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('AppComponent', () => {
1717
expect(app).toBeTruthy();
1818
}));
1919

20-
it(`should have as title 'app works!'`, async(() => {
20+
it(`should have the title 'app works!'`, async(() => {
2121
const fixture = TestBed.createComponent(AppComponent);
2222
const app = fixture.debugElement.componentInstance;
2323
expect(app.title).toEqual('app works!');

0 commit comments

Comments
 (0)