summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-truncate-GH-6233.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-fs-truncate-GH-6233.js')
-rw-r--r--test/parallel/test-fs-truncate-GH-6233.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-fs-truncate-GH-6233.js b/test/parallel/test-fs-truncate-GH-6233.js
index ee6ca1ca13..95eaf12cbb 100644
--- a/test/parallel/test-fs-truncate-GH-6233.js
+++ b/test/parallel/test-fs-truncate-GH-6233.js
@@ -3,7 +3,7 @@ const common = require('../common');
const assert = require('assert');
const fs = require('fs');
-var filename = common.tmpDir + '/truncate-file.txt';
+const filename = common.tmpDir + '/truncate-file.txt';
common.refreshTmpDir();