Skip to content

Commit 647fd1a

Browse files
committed
chore(*): fixes typo in test name
1 parent f57b90b commit 647fd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ describe('IgxTreeGrid - Integration #tGrid', () => {
14571457

14581458
});
14591459

1460-
it('should add chip badge in the pinned row instance in the body', () => {
1460+
it('should add pinned chip in the pinned row instance in the body', () => {
14611461
const rowToPin = treeGrid.getRowByIndex(0);
14621462
const primaryKey = treeGrid.primaryKey;
14631463

0 commit comments

Comments
 (0)