From 311d7d5fcda79a1c0d51bcadd22c03ad8c2b5885 Mon Sep 17 00:00:00 2001 From: Jonathan Jogenfors Date: Thu, 14 Mar 2024 20:54:56 +0100 Subject: [PATCH] fix spelling --- server/e2e/jobs/specs/library.e2e-spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/e2e/jobs/specs/library.e2e-spec.ts b/server/e2e/jobs/specs/library.e2e-spec.ts index a4af5bda8..cbbf55551 100644 --- a/server/e2e/jobs/specs/library.e2e-spec.ts +++ b/server/e2e/jobs/specs/library.e2e-spec.ts @@ -145,7 +145,7 @@ describe(`${LibraryController.name} (e2e)`, () => { ); }); - it('should offline a missing files when called with checkForOffline', async () => { + it('should offline a missing file when called with checkForOffline', async () => { await fs.promises.cp(`${IMMICH_TEST_ASSET_PATH}/albums/nature`, `${IMMICH_TEST_ASSET_TEMP_PATH}/albums/nature`, { recursive: true, }); @@ -180,7 +180,7 @@ describe(`${LibraryController.name} (e2e)`, () => { ); }); - it('should not offline a missing files when performing regular scan', async () => { + it('should not offline a missing file when performing regular scan', async () => { await fs.promises.cp(`${IMMICH_TEST_ASSET_PATH}/albums/nature`, `${IMMICH_TEST_ASSET_TEMP_PATH}/albums/nature`, { recursive: true, });