Skip to content

Commit 0358ae1

Browse files
committed
fix sinon error
1 parent 7707e9a commit 0358ae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ember-cli-fastboot/tests/unit/services/fastboot/shoebox-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module('Unit | Service | fastboot | shoebox', function(hooks) {
99
setupTest(hooks);
1010

1111
hooks.beforeEach(function() {
12-
sandbox = sinon.sandbox.create();
12+
sandbox = sinon.createSandbox();
1313
});
1414

1515
hooks.afterEach(function() {
@@ -90,4 +90,4 @@ module('Unit | Service | fastboot | shoebox', function(hooks) {
9090

9191
assert.strictEqual(service.get('shoebox').retrieve('foo'), 'bar');
9292
});
93-
});
93+
});

0 commit comments

Comments
 (0)