From aaced9cfbba50159336ab8ad0dc4ccc6cdd20253 Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Tue, 24 Feb 2026 15:19:49 -0500 Subject: [PATCH] Fix linting --- packages/artifact/__tests__/stream.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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') }) })