fixed asserter for success
This commit is contained in:
parent
d81547d7c0
commit
1aa8880c25
@ -89,7 +89,7 @@ assert.empty = function(actual) {
|
||||
};
|
||||
|
||||
assert.success = function(callback) {
|
||||
assert.calls(function(err, arg) {
|
||||
return assert.calls(function(err, arg) {
|
||||
assert.isNull(err);
|
||||
callback(arg);
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user