Skip to content

Commit f367a6c

Browse files
committed
test: update test
1 parent 752f036 commit f367a6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/backend/test/e2e/clips.ts

-2
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,6 @@ describe('クリップ', () => {
919919
const res = await notes({ clipId: publicClip.id }, { user: undefined });
920920
const expects = [
921921
aliceNote, aliceHomeNote,
922-
// 認証なしだと非公開ノートは結果には含むけどhideされる。
923-
hiddenNote(aliceFollowersNote), hiddenNote(aliceSpecifiedNote),
924922
];
925923
assert.deepStrictEqual(
926924
res.sort(compareBy(s => s.id)).map(x => x.id),

0 commit comments

Comments
 (0)