diff options
Diffstat (limited to 'jest')
-rw-r--r-- | jest/test-pds.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jest/test-pds.ts b/jest/test-pds.ts index 34c3e8bc4..21d90b93b 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -146,6 +146,7 @@ class Mocker { } return await agent.post({ text, + langs: ['en'], createdAt: new Date().toISOString(), }) } @@ -162,6 +163,7 @@ class Mocker { return await agent.post({ text, embed: {$type: 'app.bsky.embed.record', record: {uri, cid}}, + langs: ['en'], createdAt: new Date().toISOString(), }) } @@ -178,6 +180,7 @@ class Mocker { return await agent.post({ text, reply: {root: {uri, cid}, parent: {uri, cid}}, + langs: ['en'], createdAt: new Date().toISOString(), }) } |