Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Dec 28, 2024
1 parent 38fa154 commit 16cdcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/test-federation/test/timeline.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Timeline', () => {
async () => {
note = (await alice.client.request('notes/create', { text, ...noteParams })).createdNote;
},
'note', msg => msg.text === text,
'note', msg => (msg as Misskey.entities.Note).text === text,
channelParams,
);
strictEqual(streamingFired, expect);
Expand Down

0 comments on commit 16cdcf2

Please sign in to comment.