From 5cdadbd7fabf8e961724a1a0906ce49c44f72291 Mon Sep 17 00:00:00 2001 From: Juan Carlos Picado Date: Sat, 13 Aug 2016 08:21:55 +0200 Subject: [PATCH] Remove sync write file --- test/functional/scoped.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/functional/scoped.js b/test/functional/scoped.js index 06b40e102..f25f16260 100644 --- a/test/functional/scoped.js +++ b/test/functional/scoped.js @@ -40,11 +40,6 @@ module.exports = function() { .status(200) .then(function (body) { // not real sha due to utf8 conversion - require('fs').writeFileSync( - '/Users/trent.earl/what.tgz', - body - ); - assert.strictEqual(sha(body), '6e67b14e2c0e450b942e2bc8086b49e90f594790') }) })