Skip to content

Commit bce3d67

Browse files
committed
fixup! test: fix test to allow quictls fork of OpenSSL 3
1 parent 3e2de1e commit bce3d67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/parallel/test-fs-read-type.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ assert.throws(() => {
4444
}, {
4545
code: 'ERR_OUT_OF_RANGE',
4646
name: 'RangeError',
47-
message: 'The value of "offset" is out of range. It must be >= 0. ' +
48-
'Received -1'
4947
});
5048

5149
assert.throws(() => {
@@ -157,8 +155,6 @@ assert.throws(() => {
157155
}, {
158156
code: 'ERR_OUT_OF_RANGE',
159157
name: 'RangeError',
160-
message: 'The value of "offset" is out of range. ' +
161-
'It must be >= 0. Received -1'
162158
});
163159

164160
assert.throws(() => {

0 commit comments

Comments
 (0)