Skip to content

Commit 31fd30d

Browse files
committed
Fix test
1 parent fc875b0 commit 31fd30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ test('read huge result', function(done) {
8787
if(count%100000 == 0) {
8888
console.log(count)
8989
}
90-
setImmediate(more)
90+
setImmediate(read)
9191
})
9292
}
9393
read()

0 commit comments

Comments
 (0)