Skip to content

Commit

Permalink
Fixed static test
Browse files Browse the repository at this point in the history
  • Loading branch information
konarshankar07 committed Apr 1, 2020
1 parent 31926d6 commit 76c357b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define([
it('return applied options for sorting column', function () {
var applied = {
field: 'selectedOption',
direction: 'desc'
direction: 'asc'
};

spyOn(sortByObj, 'selectedOption').and.returnValue('selectedOption');
Expand Down

0 comments on commit 76c357b

Please sign in to comment.