We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81547d commit 1aa8880Copy full SHA for 1aa8880
test/test-helper.js
@@ -89,7 +89,7 @@ assert.empty = function(actual) {
89
};
90
91
assert.success = function(callback) {
92
- assert.calls(function(err, arg) {
+ return assert.calls(function(err, arg) {
93
assert.isNull(err);
94
callback(arg);
95
})
0 commit comments