Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-abramovich-payu-gpo committed Sep 21, 2023
1 parent fc66313 commit 30c4aa9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ describe('Chaos experiments manager tests', function () {
deleteStub = sandbox.stub(database, 'deleteChaosExperiment');
updatedChaosExperimentStub = sandbox.stub(database, 'updateChaosExperiment');
});
after(() => {
sandbox.restore();
});

beforeEach(() => {
sandbox.reset();
Expand Down

0 comments on commit 30c4aa9

Please sign in to comment.