Skip to content

Commit 0ea772f

Browse files
committed
fix(grid): test appropriate naming
1 parent dae7d17 commit 0ea772f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe('IgxGrid - Deferred Column Resizing #grid', () => {
134134
expect(grid.columnList.get(1).width).toEqual('70px');
135135
}));
136136

137-
it('should calculate correct resizer position and column width when grid is scaled and zoomed', fakeAsync(() => {
137+
it('should calculate correctly resizer position and column width when grid is scaled and zoomed', fakeAsync(() => {
138138
grid.nativeElement.style.transform = 'scale(1.2)';
139139
grid.nativeElement.style.setProperty('zoom', '1.05');
140140
fixture.detectChanges();

0 commit comments

Comments
 (0)