Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Dec 17, 2024
1 parent 7e0fc5f commit 8e912be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Object {
},
"id": 2,
"subject": Object {
"$type": "com.atproto.admin.defs#repoView",
"$type": "tools.ozone.moderation.defs#repoView",
"did": "user(0)",
"handle": "bob.test",
"indexedAt": "1970-01-01T00:00:00.000Z",
Expand Down
2 changes: 0 additions & 2 deletions packages/pds/tests/proxied/read-after-write.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ describe('proxy read after write', () => {
{ headers: { ...sc.getHeaders(alice) } },
)
assert(isThreadViewPost(res.data.thread))
// @ts-ignore "pnpm verify:types" fails though VSCode doesn't complain
assert(res.data.thread.replies, 'replies is undefined')
// @ts-ignore "pnpm verify:types" fails though VSCode doesn't complain
const { replies } = res.data.thread
expect(replies.length).toBe(1)
assert(isThreadViewPost(replies[0]))
Expand Down

0 comments on commit 8e912be

Please sign in to comment.