Complexity already fixed

This commit is contained in:
Raul Ochoa 2017-10-06 15:15:43 +02:00
parent 38c50e0bec
commit 664892bba9

View File

@ -77,7 +77,6 @@ function randomImagePath() {
return path.resolve('test/results/png/image-test-' + Date.now() + '.png');
}
// jshint maxcomplexity:9
assert.response = function(server, req, res, callback) {
if (!callback) {
callback = res;