diff options
Diffstat (limited to 'test/parallel/test-http-client-timeout-with-data.js')
-rw-r--r-- | test/parallel/test-http-client-timeout-with-data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-client-timeout-with-data.js b/test/parallel/test-http-client-timeout-with-data.js index c82327beb2..a21a218175 100644 --- a/test/parallel/test-http-client-timeout-with-data.js +++ b/test/parallel/test-http-client-timeout-with-data.js @@ -3,7 +3,7 @@ const common = require('../common'); const assert = require('assert'); const http = require('http'); -var nchunks = 0; +let nchunks = 0; const options = { method: 'GET', |