diff --git a/app/soapbox/jest/factory.ts b/app/soapbox/jest/factory.ts index 403904209..019b0b17f 100644 --- a/app/soapbox/jest/factory.ts +++ b/app/soapbox/jest/factory.ts @@ -79,7 +79,7 @@ function buildRelationship(props: Partial = {}): Relationship { }, props)); } -function buildStatus(props: Partial = {}): Status { +function buildStatus(props: Partial = {}) { return normalizeStatus(Object.assign({ id: uuidv4(), }, props));