From 4c30023e35dff0e4fc5763428f7217639fb537d3 Mon Sep 17 00:00:00 2001 From: prakash Date: Thu, 25 Jun 2026 20:35:45 +0530 Subject: [PATCH] yarn check --- packages/@uppy/tus/src/index.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/@uppy/tus/src/index.test.ts b/packages/@uppy/tus/src/index.test.ts index 413bf64da..1a46170e4 100644 --- a/packages/@uppy/tus/src/index.test.ts +++ b/packages/@uppy/tus/src/index.test.ts @@ -8,8 +8,7 @@ const { fakeXhr } = vi.hoisted(() => ({ fakeXhr: { status: 403, responseText: JSON.stringify({ - message: - 'File cannot be uploaded as the BIN content type is disallowed!', + message: 'File cannot be uploaded as the BIN content type is disallowed!', status_code: 403, }), },