mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
fix(cli): ignore web socket when unavailable and skip metadata init (#4748)
This commit is contained in:
@@ -67,6 +67,10 @@ describe(MetadataService.name, () => {
|
||||
);
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
await sut.teardown();
|
||||
});
|
||||
|
||||
it('should be defined', () => {
|
||||
expect(sut).toBeDefined();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user