Skip to content

Commit f3998ac

Browse files
committed
adjust map_test to run locally
1 parent 4101e40 commit f3998ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/map_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ describe('map plots', function() {
11221122
})
11231123
.then(function() {
11241124
expect(relayoutCnt).toBe(3, 'relayout cnt');
1125-
expect(relayoutingCnt).toBeCloseTo(21, -1, 'relayouting cnt');
1125+
expect(relayoutingCnt).toBeCloseTo(11, -1, 'relayouting cnt');
11261126
expect(doubleClickCnt).toBe(1, 'double click cnt');
11271127
expect(getMapInfo(gd).zoom).toBeGreaterThan(1.234);
11281128
})

0 commit comments

Comments
 (0)