Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: fixed a typo
  • Loading branch information
TimShilov committed Oct 11, 2022
commit 872b44bf5f1ac187f569fd304f0cd2eb0c97a1c7
2 changes: 1 addition & 1 deletion test/parallel/test-fs-rm.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ if (isGitPresent) {
});
} catch (err) {
// Only fail the test if the folder was not deleted.
// as in some cases rmSync succesfully deletes read-only folders.
// as in some cases rmSync successfully deletes read-only folders.
if (fs.existsSync(root)) {
throw err;
}
Expand Down