Skip to content

Commit

Permalink
fix sinon error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed May 13, 2023
1 parent 0a0ba35 commit 8f46faf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module('Unit | Service | fastboot | shoebox', function(hooks) {
setupTest(hooks);

hooks.beforeEach(function() {
sandbox = sinon.sandbox.create();
sandbox = sinon.createSandbox();
});

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

assert.strictEqual(service.get('shoebox').retrieve('foo'), 'bar');
});
});
});

0 comments on commit 8f46faf

Please sign in to comment.