Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodny committed Jan 29, 2016
1 parent 7b4ace0 commit 218f51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('async', function() {
var fun1 = function(cb) {
setTimeout(cb.bind(null, null, 'test'), 10);
};
var fun2 = function(cb, data) {
var fun2 = function(cb) {
setTimeout(cb.bind(null, null, 'ing'), 10);
};

Expand Down

0 comments on commit 218f51b

Please sign in to comment.