Skip to content

Commit 9708b56

Browse files
committed
update select_test for choropleth mock change
1 parent 6029f94 commit 9708b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/select_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ describe('Test select box and lasso per trace:', function() {
889889
[[350, 200], [400, 250]],
890890
function() {
891891
assertPoints([['GBR', 26.507354205352502], ['IRL', 86.4125147625692]]);
892-
assertSelectedPoints({0: [54, 68]});
892+
assertSelectedPoints({0: [43, 54]});
893893
assertRanges([[-19.11, 63.06], [7.31, 53.72]]);
894894
},
895895
[280, 190],
@@ -904,7 +904,7 @@ describe('Test select box and lasso per trace:', function() {
904904
[[350, 200], [400, 200], [400, 250], [350, 250], [350, 200]],
905905
function() {
906906
assertPoints([['GBR', 26.507354205352502], ['IRL', 86.4125147625692]]);
907-
assertSelectedPoints({0: [54, 68]});
907+
assertSelectedPoints({0: [43, 54]});
908908
assertLassoPoints([
909909
[-19.11, 63.06], [5.50, 65.25], [7.31, 53.72], [-12.90, 51.70], [-19.11, 63.06]
910910
]);

0 commit comments

Comments
 (0)