Skip to content

Commit 0d6b5b7

Browse files
committed
Revert unnecessary test changes
1 parent 9d2aa71 commit 0d6b5b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/jasmine/tests/geo_test.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,8 +2626,7 @@ describe('Test geo zoom/pan/drag interactions:', function() {
26262626
_assert('after scroll', [
26272627
[-94.5, 35.0], 1.3
26282628
], [
2629-
// TODO: Verify that this change is acceptable
2630-
[380.5, 245.9], 974.4
2629+
[387.1, 245.9], 974.4
26312630
], [
26322631
'geo.center.lon', 'geo.center.lon', 'geo.projection.scale'
26332632
]);
@@ -2637,9 +2636,8 @@ describe('Test geo zoom/pan/drag interactions:', function() {
26372636
_assert('after some relayout call that causes a replot', [
26382637
[-94.5, 35.0], 1.3
26392638
], [
2640-
// TODO: Verify that this change is acceptable
26412639
// new center values are reflected in translate()
2642-
[380.5, 245.9], 974.4
2640+
[387.1, 245.9], 974.4
26432641
], [
26442642
'geo.showlakes'
26452643
]);

0 commit comments

Comments
 (0)