Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-abramovich-payu-gpo committed Sep 21, 2023
1 parent c932a5b commit fc66313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-tests/jobs/models/jobExperimentsHandler-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Job experiments handler tests', function () {
databaseConnectorGetStub = sandbox.stub(databaseConnector, 'getChaosExperimentsByIds');
});
beforeEach(async () => {
sandbox.resetHistory();
sandbox.reset();
});

after(() => {
Expand Down

0 comments on commit fc66313

Please sign in to comment.