1
0
forked from Cutlery/immich

fix spelling

This commit is contained in:
Jonathan Jogenfors 2024-03-14 20:54:56 +01:00
parent d8dd1fbff0
commit 311d7d5fcd

View File

@ -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`, { await fs.promises.cp(`${IMMICH_TEST_ASSET_PATH}/albums/nature`, `${IMMICH_TEST_ASSET_TEMP_PATH}/albums/nature`, {
recursive: true, 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`, { await fs.promises.cp(`${IMMICH_TEST_ASSET_PATH}/albums/nature`, `${IMMICH_TEST_ASSET_TEMP_PATH}/albums/nature`, {
recursive: true, recursive: true,
}); });