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