Skip to content

Commit 3ffa694

Browse files
committed
lint
1 parent 53f6aa5 commit 3ffa694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/download.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('download', () => {
7676
})
7777
)
7878
expect(core.info).toHaveBeenCalledWith('Total of 1 artifact(s) downloaded')
79-
79+
8080
expect(core.setOutput).toHaveBeenCalledWith(
8181
'download-path',
8282
expect.any(String)

0 commit comments

Comments
 (0)