Better naming

This commit is contained in:
Raul Ochoa 2016-04-21 16:18:17 +02:00
parent bc845b2e8d
commit 4a73f3874d

View File

@ -113,7 +113,7 @@ describe('named-maps widgets', function() {
}
);
},
function fetchTile(err, res) {
function finish(err, res) {
assert.ifError(err);
layergroup = JSON.parse(res.body);