[Pkg-javascript-commits] [node-async] 371/480: Improve auto test comment

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-async.

commit a03608a10796efa1fdb3bd9ffae6f0ea25320bef
Author: James Cox <th3james at gmail.com>
Date:   Mon Dec 2 22:06:01 2013 +0000

    Improve auto test comment
---
 test/test-async.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-async.js b/test/test-async.js
index 62c3880..1e6b090 100755
--- a/test/test-async.js
+++ b/test/test-async.js
@@ -439,7 +439,7 @@ exports['auto calls callback multiple times'] = function(test) {
         task2: ['task1', function(callback) { callback(null); }]
     },
 
-    // Final callback. This should only run once...
+    // Error throwing final callback. This should only run once
     function(err) {
         finalCallCount++;
         if (finalCallCount > 1) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git



More information about the Pkg-javascript-commits mailing list