From 06e25205b200b976e286c670cc5e703439dab05c Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 4 Apr 2018 12:48:30 -0700 Subject: Update sinion methods. sandbox.create() -> createSandbox() --- test/unit/nameForAccount_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/nameForAccount_test.js') diff --git a/test/unit/nameForAccount_test.js b/test/unit/nameForAccount_test.js index 32af49e9d..9bb02c6bc 100644 --- a/test/unit/nameForAccount_test.js +++ b/test/unit/nameForAccount_test.js @@ -6,7 +6,7 @@ var contractNamer = require(path.join(__dirname, '..', '..', 'old-ui', 'lib', 'c describe('contractNamer', function () { beforeEach(function () { - this.sinon = sinon.sandbox.create() + this.sinon = sinon.createSandbox() }) afterEach(function () { -- cgit