1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 08:05:39 +02:00
This commit is contained in:
syuilo
2023-10-16 14:35:44 +09:00
parent 34d1b463a4
commit 6a321ba340

View File

@@ -196,10 +196,10 @@ describe('RoleService', () => {
test('conditional role', async () => {
const user1 = await createUser({
createdAt: new Date(Date.now() - (1000 * 60 * 60 * 24 * 365)),
id: genAidx(Date.now() - (1000 * 60 * 60 * 24 * 365)),
});
const user2 = await createUser({
createdAt: new Date(Date.now() - (1000 * 60 * 60 * 24 * 365)),
id: genAidx(Date.now() - (1000 * 60 * 60 * 24 * 365)),
followersCount: 10,
});
await createRole({