mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Test: Remove needless test
This commit is contained in:
parent
6e5e1611fa
commit
c2a8b684d0
18
test/api.ts
18
test/api.ts
@ -669,24 +669,6 @@ describe('API', () => {
|
|||||||
res.should.have.status(204);
|
res.should.have.status(204);
|
||||||
}));
|
}));
|
||||||
|
|
||||||
it('過去にフォロー歴があった状態でフォロー解除できる', async(async () => {
|
|
||||||
const hima = await insertHimawari();
|
|
||||||
const me = await insertSakurako();
|
|
||||||
await db.get('following').insert({
|
|
||||||
followeeId: hima._id,
|
|
||||||
followerId: me._id,
|
|
||||||
deletedAt: new Date()
|
|
||||||
});
|
|
||||||
await db.get('following').insert({
|
|
||||||
followeeId: hima._id,
|
|
||||||
followerId: me._id
|
|
||||||
});
|
|
||||||
const res = await request('/following/delete', {
|
|
||||||
userId: hima._id.toString()
|
|
||||||
}, me);
|
|
||||||
res.should.have.status(204);
|
|
||||||
}));
|
|
||||||
|
|
||||||
it('フォローしていない場合は怒る', async(async () => {
|
it('フォローしていない場合は怒る', async(async () => {
|
||||||
const hima = await insertHimawari();
|
const hima = await insertHimawari();
|
||||||
const me = await insertSakurako();
|
const me = await insertSakurako();
|
||||||
|
Loading…
Reference in New Issue
Block a user