fix
This commit is contained in:
parent
38fa15476f
commit
16cdcf24ad
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue