refactor: user factories instead of stubs (#17540)

This commit is contained in:
Jason Rasmussen
2025-04-11 11:53:37 -04:00
committed by GitHub
parent 52d4b2fe57
commit 584e5894bf
17 changed files with 297 additions and 251 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ describe(MapService.name, () => {
it('should include partner assets', async () => {
const partner = factory.partner();
const auth = factory.auth({ id: partner.sharedWithId });
const auth = factory.auth({ user: { id: partner.sharedWithId } });
const asset = assetStub.withLocation;
const marker = {