Skip to content

Commit b8d9d9b

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

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

+1-1
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)