Skip to content

Commit 4041b97

Browse files
committed
errors, readline: pass tests
1 parent c238fb9 commit 4041b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-readline-csi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ assert.throws(
7878
common.expectsError({
7979
type: Error,
8080
code: 'ERR_INVALID_CURSOR_POS',
81-
message: 'Can\'t set cursor row without setting its column'
81+
message: 'Cannot set cursor row without setting its column'
8282
}));
8383
assert.strictEqual(writable.data, '');
8484

0 commit comments

Comments
 (0)