Fix tests
This commit is contained in:
@@ -97,8 +97,9 @@ var PhantomasWrapper = function() {
|
||||
console.log('All ' + triesNumber + ' attemps failed for the test');
|
||||
deferred.reject(err);
|
||||
} else {
|
||||
data.toolsResults.phantomas = json;
|
||||
deferred.resolve(data);
|
||||
|
||||
// Success!!!
|
||||
deferred.resolve(json);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user