Skip to content

Commit 0611bd6

Browse files
committed
fix: fix test case of noteSsettings
1 parent e4f05db commit 0611bd6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/presentation/http/router/noteSettings.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -762,12 +762,6 @@ describe('NoteSettings API', () => {
762762
creatorId: user.id,
763763
});
764764

765-
await global.db.insertNoteTeam({
766-
noteId: note.id,
767-
userId: user.id,
768-
role: MemberRole.Write,
769-
});
770-
771765
const accessToken = global.auth(user.id);
772766

773767
const response = await global.api?.fakeRequest({

0 commit comments

Comments
 (0)