You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/unit/core/factories/Grid.spec.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -836,8 +836,8 @@ describe('Grid factory', function () {
836
836
});
837
837
838
838
it('if two column has sort 1 and 2 on the ui which is 0 and 1 in the sort object and the sort change for the first do not change the priority',function(){
@@ -847,9 +847,9 @@ describe('Grid factory', function () {
847
847
});
848
848
849
849
it('if three column has sort 1,2 and 3 on the ui which is 0,1 and 2 in the sort object and the sort removed for the second decrease priority for the third but do not change for the first',function(){
0 commit comments