Skip to content

Commit 6078118

Browse files
committed
drop extra sort
1 parent 9a57ec3 commit 6078118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/geo_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ describe('Test geo interactions', function() {
882882
});
883883

884884
it('should contain the correct fields', function() {
885-
expect(Object.keys(ptData).sort().sort()).toEqual([
885+
expect(Object.keys(ptData).sort()).toEqual([
886886
'data', 'fullData', 'curveNumber', 'pointNumber', 'pointIndex', 'bbox',
887887
'lon', 'lat', 'location', 'marker.size'
888888
].sort());

0 commit comments

Comments
 (0)