Skip to content

Commit

Permalink
fixup! test: fix test to allow quictls fork of OpenSSL 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Apr 26, 2021
1 parent 3e2de1e commit bce3d67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/parallel/test-fs-read-type.js
Expand Up @@ -44,8 +44,6 @@ assert.throws(() => {
}, {
code: 'ERR_OUT_OF_RANGE',
name: 'RangeError',
message: 'The value of "offset" is out of range. It must be >= 0. ' +
'Received -1'
});

assert.throws(() => {
Expand Down Expand Up @@ -157,8 +155,6 @@ assert.throws(() => {
}, {
code: 'ERR_OUT_OF_RANGE',
name: 'RangeError',
message: 'The value of "offset" is out of range. ' +
'It must be >= 0. Received -1'
});

assert.throws(() => {
Expand Down

0 comments on commit bce3d67

Please sign in to comment.