We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752f036 commit f367a6cCopy full SHA for f367a6c
packages/backend/test/e2e/clips.ts
@@ -919,8 +919,6 @@ describe('クリップ', () => {
919
const res = await notes({ clipId: publicClip.id }, { user: undefined });
920
const expects = [
921
aliceNote, aliceHomeNote,
922
- // 認証なしだと非公開ノートは結果には含むけどhideされる。
923
- hiddenNote(aliceFollowersNote), hiddenNote(aliceSpecifiedNote),
924
];
925
assert.deepStrictEqual(
926
res.sort(compareBy(s => s.id)).map(x => x.id),
0 commit comments