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()