diff --git a/__tests__/download.test.ts b/__tests__/download.test.ts index 0effc40..ac79f4e 100644 --- a/__tests__/download.test.ts +++ b/__tests__/download.test.ts @@ -76,7 +76,7 @@ describe('download', () => { }) ) expect(core.info).toHaveBeenCalledWith('Total of 1 artifact(s) downloaded') - + expect(core.setOutput).toHaveBeenCalledWith( 'download-path', expect.any(String)