Skip to content

Commit f3b781b

Browse files
committed
Fix duplicated test name
1 parent 73fe81c commit f3b781b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/ui/data-grid.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('DxDataGrid', () => {
8181
expect(testSpy).toHaveBeenCalledTimes(1);
8282
});
8383

84-
it('should fire onToolbarPreparing event', () => {
84+
it('should accept recursive columns defined by nested components', () => {
8585
TestBed.overrideComponent(TestContainerComponent, {
8686
set: {
8787
template: `

0 commit comments

Comments
 (0)