aboutsummaryrefslogtreecommitdiff
path: root/test/handleInput.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/handleInput.js')
-rw-r--r--test/handleInput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handleInput.js b/test/handleInput.js
index 6d4fc1e..085bab7 100644
--- a/test/handleInput.js
+++ b/test/handleInput.js
@@ -3,7 +3,7 @@
const fs = require('fs');
const sysPath = require('path');
const should = require('should');
-const sinon = require('sinon').sandbox.create();
+const sinon = require('sinon');
const logDriver = require('log-driver');
const index = require('..');