Skip to content

Commit

Permalink
Remove unused actor
Browse files Browse the repository at this point in the history
  • Loading branch information
llun committed Feb 24, 2025
1 parent 7731587 commit cc56e5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/mastodon/getMastodonStatus.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ describe('#getMastodonStatus', () => {
})

it('returns mastodon status from status model', async () => {
const actor = (await database.getActorFromId({ id: ACTOR1_ID })) as Actor
const status = (await database.getStatus({
statusId: `${ACTOR1_ID}/statuses/post-1`
})) as Status
Expand Down

0 comments on commit cc56e5b

Please sign in to comment.