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