TSK-1121: Updated unit test

This commit is contained in:
Chi Nguyen 2020-07-15 16:24:08 +02:00 committed by Chi Nguyen
parent 9205d87367
commit f9814fa68d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ describe('PaginationComponent', () => {
configureTests(configure).then(testBed => {
fixture = TestBed.createComponent(PaginationComponent);
component = fixture.componentInstance;
component.page = new Page(6, 3, 3, 1);
debugElement = fixture.debugElement.nativeElement;
fixture.detectChanges();
done();