Fix linting

This commit is contained in:
Daniel Kennedy
2026-02-24 15:19:49 -05:00
parent e6eccfcc4b
commit aaced9cfbb
+1 -3
View File
@@ -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'
)
}) })
}) })