Skip to content

Commit b9076cd

Browse files
authored
Update test/parallel/test-readline-async-iterators.js
1 parent 9bedc04 commit b9076cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-readline-async-iterators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const testContents = [
1717
'line 1',
1818
'line 1\nline 2 南越国是前203年至前111年存在于岭南地区的一个国家\nline 3\ntrailing',
1919
'line 1\nline 2\nline 3 ends with newline\n',
20-
AArray(1e4).fill(0).map((_, i) => i).join('\n'), // More that 2 * highWaterMark
20+
Array(1e4).fill(0).map((_, i) => i).join('\n'), // More that 2 * highWaterMark
2121
];
2222

2323
async function testSimple() {

0 commit comments

Comments
 (0)