Skip to content

Commit

Permalink
less changes
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev authored Sep 28, 2024
1 parent 7f88065 commit c6265d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/testUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function createTempFileWith(content, filename, extension) {
fs.writeSync(info.fd, content);
fs.closeSync(info.fd);
if (filename) {
filePath = renameFileTo(info.name, filename, extension);
filePath = renameFileTo(filePath, filename, extension);
}
return filePath;
}
Expand Down

0 comments on commit c6265d9

Please sign in to comment.