Better naming
This commit is contained in:
parent
bc845b2e8d
commit
4a73f3874d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user