fix
This commit is contained in:
parent
38fa15476f
commit
16cdcf24ad
|
@ -49,7 +49,7 @@ describe('Timeline', () => {
|
||||||
async () => {
|
async () => {
|
||||||
note = (await alice.client.request('notes/create', { text, ...noteParams })).createdNote;
|
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,
|
channelParams,
|
||||||
);
|
);
|
||||||
strictEqual(streamingFired, expect);
|
strictEqual(streamingFired, expect);
|
||||||
|
|
Loading…
Reference in New Issue