Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 481cfc6

Browse files
committed
chore: fix demo github project title
1 parent baad494 commit 481cfc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ describe('AppComponent', () => {
2020
expect(app).toBeTruthy();
2121
});
2222

23-
it(`should have as title 'Angular SlickGrid Demo'`, async () => {
23+
it(`should have as title 'Angular-SlickGrid'`, async () => {
2424
const fixture = TestBed.createComponent(AppComponent);
2525
const app = fixture.debugElement.componentInstance;
26-
expect(app.title).toEqual('Angular SlickGrid Demo');
26+
expect(app.title).toEqual('Angular-SlickGrid');
2727
});
2828
});

0 commit comments

Comments
 (0)