Skip to content

Commit

Permalink
test: add resource to internal module stat test
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Sep 28, 2024
1 parent e49cf7a commit ee3f3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-permission-fs-internal-module-stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ for (let i = 0; i < 10_000; i++) {
}, {
code: 'ERR_ACCESS_DENIED',
permission: 'FileSystemRead',
resource: blockedFile,
});
}

0 comments on commit ee3f3ac

Please sign in to comment.