Skip to content

Commit 946b51a

Browse files
authored
chore(*): update the unit test
1 parent 0045a6d commit 946b51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.pagination.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ describe('IgxGrid - Grid Paging #grid', () => {
485485
expect(grid.rowList.length).toBe(5);
486486
}));
487487

488-
fit('paginator should show the exact number of pages when "totalRecords" is not set and "pagingMode" is remote', fakeAsync(() => {
488+
it('paginator should show the exact number of pages when "totalRecords" is not set and "pagingMode" is remote', fakeAsync(() => {
489489
fix = TestBed.createComponent(RemotePagingComponent);
490490
fix.detectChanges();
491491
tick();

0 commit comments

Comments
 (0)