Skip to content

Commit

Permalink
Merge branch 'main' into oltp
Browse files Browse the repository at this point in the history
  • Loading branch information
llun committed Feb 24, 2025
2 parents 599ee4c + 6c795a9 commit 7adc552
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 7adc552

Please sign in to comment.