Skip to content

Commit

Permalink
Fix specs and deprecated actor URL construct
Browse files Browse the repository at this point in the history
  • Loading branch information
llun committed Feb 24, 2025
1 parent 06021ca commit 6c795a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/mastodon/getMastodonStatus.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('#getMastodonStatus', () => {
id: ACTOR1_ID,
username: getMentionFromActorID(ACTOR1_ID).slice(1),
acct: getMentionFromActorID(ACTOR1_ID, true).slice(1),
url: getActorURL(actor),
url: ACTOR1_ID,
created_at: expect.toBeString(),
last_status_at: expect.toBeString(),
statuses_count: 3,
Expand Down

0 comments on commit 6c795a9

Please sign in to comment.