Skip to content

Commit 1aa8880

Browse files
committed
fixed asserter for success
1 parent d81547d commit 1aa8880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ assert.empty = function(actual) {
8989
};
9090

9191
assert.success = function(callback) {
92-
assert.calls(function(err, arg) {
92+
return assert.calls(function(err, arg) {
9393
assert.isNull(err);
9494
callback(arg);
9595
})

0 commit comments

Comments
 (0)