Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Apr 6, 2022
1 parent a597d8c commit abf5a79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('getDefaultSort function', function () {
expect(getDefaultSort(stubDataViewWithoutTimeField, 'asc', false)).toEqual([]);
});

test('should return empty sourt for data view when time column is hidden', function () {
test('should return empty sort for data view when time column is hidden', function () {
expect(getDefaultSort(stubDataView, 'desc', true)).toEqual([]);
expect(getDefaultSort(stubDataView, 'asc', true)).toEqual([]);
});
Expand Down

0 comments on commit abf5a79

Please sign in to comment.