Skip to content

Commit cd417c6

Browse files
authored
Remove unused stub (#283)
1 parent cfd4b61 commit cd417c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/main.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ describe('#run', function () {
5454
authenticateGcloudSDK: sinon.stub(setupGcloud, 'authenticateGcloudSDK'),
5555
getLatestGcloudSDKVersion: sinon.stub(setupGcloud, 'getLatestGcloudSDKVersion'),
5656
isInstalled: sinon.stub(setupGcloud, 'isInstalled').returns(true),
57-
setProject: sinon.stub(setupGcloud, 'setProject'),
5857
getExecOutput: sinon
5958
.stub(exec, 'getExecOutput')
6059
.resolves({ exitCode: 0, stderr: '', stdout: '{}' }),

0 commit comments

Comments
 (0)