Skip to content

Commit fc5cbf6

Browse files
prx-lmomportuga
authored andcommitted
[feature/4850]
- fixed test
1 parent 8b710b2 commit fc5cbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/selection/test/uiGridSelectionService.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ describe('ui.grid.selection uiGridSelectionService', function() {
394394
};
395395

396396
expect(grid.api.selection.getSelectedRows().length).toEqual(2);
397-
expect(grid.api.selection.getSelectedGridRows().length).toEqual(2);
397+
expect(grid.api.selection.getSelectedGridRows().length).toEqual(3);
398398
});
399399

400400
it('should retrieve correct data', function() {
@@ -430,7 +430,7 @@ describe('ui.grid.selection uiGridSelectionService', function() {
430430
grid.rows[2].entity = {};
431431
grid.rows[3].entity = {};
432432

433-
expect(grid.api.selection.getUnSelectedRows().length).toEqual(8);
433+
expect(grid.api.selection.getUnSelectedRows().length).toEqual(6);
434434
expect(grid.api.selection.getUnSelectedGridRows().length).toEqual(7);
435435
});
436436

0 commit comments

Comments
 (0)