diff --git a/app/soapbox/jest/factory.ts b/app/soapbox/jest/factory.ts index 0e372697a..d991a2e07 100644 --- a/app/soapbox/jest/factory.ts +++ b/app/soapbox/jest/factory.ts @@ -87,6 +87,7 @@ function buildRelationship(props: PartialDeep = {}): Relationship function buildStatus(props: PartialDeep = {}) { return statusSchema.parse(Object.assign({ id: uuidv4(), + account: buildAccount(), }, props)); }