mirror of
https://github.com/actions/toolkit.git
synced 2026-08-19 00:00:17 +02:00
Fix linting
This commit is contained in:
@@ -54,8 +54,6 @@ describe('createRawFileUploadStream', () => {
|
|||||||
uploadStream.on('end', resolve)
|
uploadStream.on('end', resolve)
|
||||||
uploadStream.on('error', reject)
|
uploadStream.on('error', reject)
|
||||||
})
|
})
|
||||||
).rejects.toThrow(
|
).rejects.toThrow('An error has occurred during file read for the artifact')
|
||||||
'An error has occurred during file read for the artifact'
|
|
||||||
)
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user