Skip to content

Commit 935204c

Browse files
committed
Adjust expected values
1 parent e111dfc commit 935204c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/jasmine/tests/select_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ describe('Test select box and lasso per trace:', function() {
23282328
assertSelectedPoints({0: [1]});
23292329
assertLassoPoints([
23302330
[-74.03, 43.936], [-74.03, 39.293], [-67.81, 39.293],
2331-
[-67.79, 43.936], [-74.03, 43.936]
2331+
[-67.81, 43.936], [-74.03, 43.936]
23322332
]);
23332333
},
23342334
null, LASSOEVENTS, 'choroplethmap lasso'
@@ -3368,7 +3368,7 @@ describe('Test select box and lasso per trace:', function() {
33683368
assertSelectedPoints({0: [1], 3: [0]});
33693369
assertLassoPoints([
33703370
[-74.03, 43.936], [-74.03, 39.293], [-67.81, 39.293],
3371-
[-67.79, 43.936], [-74.03, 43.936]
3371+
[-67.81, 43.936], [-74.03, 43.936]
33723372
]);
33733373
},
33743374
null, LASSOEVENTS, 'choroplethmap lasso'

0 commit comments

Comments
 (0)