Skip to content

Commit

Permalink
trigger semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
akshit9738 authored Oct 1, 2024
1 parent b914490 commit cf89bb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup-env/test/actionInput/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ describe('Action Input operations for fetching all inputs, triggering validation

it('Calls setBStackRerunEnvVars when checkIfBStackReRun returns true', async () => {
const setBStackRerunEnvVarsStub = sinon.stub(actionInput, 'setBStackRerunEnvVars').resolves();

await actionInput.setEnvVariables();

sinon.assert.calledOnce(setBStackRerunEnvVarsStub);
});
});
Expand Down

0 comments on commit cf89bb7

Please sign in to comment.