Skip to content

Commit cf89bb7

Browse files
authored
trigger semgrep
1 parent b914490 commit cf89bb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup-env/test/actionInput/index.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ describe('Action Input operations for fetching all inputs, triggering validation
113113

114114
it('Calls setBStackRerunEnvVars when checkIfBStackReRun returns true', async () => {
115115
const setBStackRerunEnvVarsStub = sinon.stub(actionInput, 'setBStackRerunEnvVars').resolves();
116-
117116
await actionInput.setEnvVariables();
118-
119117
sinon.assert.calledOnce(setBStackRerunEnvVarsStub);
120118
});
121119
});

0 commit comments

Comments
 (0)