diff --git a/packages/artifact/__tests__/stream.test.ts b/packages/artifact/__tests__/stream.test.ts index 48b19770..a8411540 100644 --- a/packages/artifact/__tests__/stream.test.ts +++ b/packages/artifact/__tests__/stream.test.ts @@ -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') }) })