mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
use enum
This commit is contained in:
parent
c63ee98516
commit
a86b2eaf9b
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ describe(`Library watcher (e2e)`, () => {
|
|||
`${IMMICH_TEST_ASSET_TEMP_PATH}/dir4/file.jpg`,
|
||||
);
|
||||
|
||||
await waitForEvent(libraryService, 'add');
|
||||
await waitForEvent(libraryService, StorageEventType.ADD);
|
||||
|
||||
const afterAssets = await api.assetApi.getAllAssets(server, admin.accessToken);
|
||||
expect(afterAssets.length).toEqual(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue