Use the correct fixture image

This commit is contained in:
Raul Ochoa
2017-08-29 13:29:39 +00:00
parent ca6eb609b2
commit e1990fc2f9

View File

@@ -217,7 +217,7 @@ describe('named maps static view', function() {
}
getStaticMap({ bbox: '0,45,90,45' }, function(err, img) {
assert.ok(!err);
assert.imageIsSimilarToFile(img, previewFixture('override-zoom'), IMAGE_TOLERANCE, done);
assert.imageIsSimilarToFile(img, previewFixture('override-bbox'), IMAGE_TOLERANCE, done);
});
});
});