Skip to content

Commit c6e19f1

Browse files
committed
fix spec
1 parent 12104b2 commit c6e19f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/map/ProjectionSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ describe('Map.Projection', function () {
193193
projection:'baidu'
194194
});
195195
map.options['minZoom'] = null;
196-
expect(map.getMinZoom()).to.be.eql(3);
196+
expect(map.getMinZoom()).to.be.eql(0);
197197
expect(map.getProjection().code).to.be.eql('BAIDU');
198198
expect(map.getCenter()).to.closeTo(center);
199199
});

0 commit comments

Comments
 (0)