fix(server): user delete with stacked assets (#10642)

This commit is contained in:
Jason Rasmussen
2024-06-26 09:29:52 -04:00
committed by GitHub
parent 8a445cac07
commit 63041674c2
6 changed files with 64 additions and 12 deletions
@@ -7,5 +7,6 @@ export const newAssetStackRepositoryMock = (): Mocked<IAssetStackRepository> =>
update: vitest.fn(),
delete: vitest.fn(),
getById: vitest.fn(),
deleteAll: vitest.fn(),
};
};