Skip to content

Commit 8f46faf

Browse files
committed
fix sinon error
1 parent 0a0ba35 commit 8f46faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module('Unit | Service | fastboot | shoebox', function(hooks) {
88
setupTest(hooks);
99

1010
hooks.beforeEach(function() {
11-
sandbox = sinon.sandbox.create();
11+
sandbox = sinon.createSandbox();
1212
});
1313

1414
hooks.afterEach(function() {
@@ -89,4 +89,4 @@ module('Unit | Service | fastboot | shoebox', function(hooks) {
8989

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

0 commit comments

Comments
 (0)