Skip to content

Commit 77d3a35

Browse files
committed
fix test
1 parent df5cc48 commit 77d3a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-readfile-error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ assert.throws(
6161
{
6262
code: 'ERR_INVALID_ARG_TYPE',
6363
message: 'The "path" argument must be of type string or an instance of ' +
64-
'Buffer or URL. Received type function ([Function (anonymous)])',
64+
'Buffer or URL. Received function ',
6565
name: 'TypeError'
6666
}
6767
);

0 commit comments

Comments
 (0)