From 31fd30d329bcc9d18214243858ebcf878ddcedc4 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 7 Oct 2013 11:54:58 -0500 Subject: [PATCH] Fix test --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 5552b14c..e6988c92 100644 --- a/test/index.js +++ b/test/index.js @@ -87,7 +87,7 @@ test('read huge result', function(done) { if(count%100000 == 0) { console.log(count) } - setImmediate(more) + setImmediate(read) }) } read()