chore: remove unused mocks (#19299)

This commit is contained in:
Jason Rasmussen
2025-06-19 11:35:09 -04:00
committed by GitHub
parent c8a135a7ae
commit 910661e75c
3 changed files with 3 additions and 5 deletions
@@ -1113,8 +1113,6 @@ describe(LibraryService.name, () => {
mocks.library.get.mockResolvedValue(library);
mocks.library.streamAssetIds.mockReturnValue(makeStream([assetStub.image1]));
mocks.asset.getById.mockResolvedValue(assetStub.image1);
await expect(sut.handleDeleteLibrary({ id: library.id })).resolves.toBe(JobStatus.SUCCESS);
});
});