1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-19 16:23:01 +09:00
This commit is contained in:
syuilo 2023-10-16 17:42:33 +09:00
parent 3ebed5aa3e
commit 1966876320

View File

@ -174,6 +174,7 @@ describe('アンテナ', () => {
users: [''],
withFile: false,
withReplies: false,
localOnly: false,
} as Antenna;
assert.deepStrictEqual(response, expected);
});