Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penginn-net committed Sep 24, 2024
1 parent 2e26ba1 commit e55b2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/test/e2e/search-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ describe('検索', () => {
assert.strictEqual(asnids5.includes(clipedNote.id), false);
});
test('indexable false お気に入り消したらでない', async() => {
const fvres = await api('notes/favorites/delete', { noteId: note.id }, alice);
const fvres = await api('notes/favorites/delete', { noteId: favoritedNote.id }, alice);
assert.strictEqual(fvres.status, 204);
await new Promise(resolve => setTimeout(resolve, 5000));

Expand Down

0 comments on commit e55b2a1

Please sign in to comment.