Skip to content

Commit

Permalink
✅ test: 로직 변경에 따른 테스트 코드 수정 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Dec 9, 2023
1 parent d9e041d commit f4d87d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/service/family-member.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ describe('FamilyMemberService', () => {
role: 1,
familyId: 1,
fcmToken: 'test',
introMessage: 'test',
};
const family: Family = Family.createFamily('test', 'testKeyCode');
const user: User = User.createUser('test', 'test', 'test', 'test', 1, 1);
Expand Down

0 comments on commit f4d87d0

Please sign in to comment.