Skip to content

Commit d35dfe5

Browse files
committed
fix tests from PR #4807.
1 parent 7de9304 commit d35dfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/saveState/test/saveState.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ describe('ui.grid.saveState uiGridSaveStateService', function () {
411411

412412
expect( onSortChangedHook ).toHaveBeenCalledWith(
413413
grid,
414-
[ grid.getOnlyDataColumns()[2], grid.getOnlyDataColumns()[3] ]
414+
[ grid.getOnlyDataColumns()[3], grid.getOnlyDataColumns()[2] ]
415415
);
416416
});
417417

0 commit comments

Comments
 (0)