Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

모임과 맴버, 채팅에 대한Test Fixture 구현 #162

Merged
merged 4 commits into from
Jul 31, 2024

Conversation

hoyeonyy
Copy link
Contributor

PR의 목적이 무엇인가요?

모임과 맴버, 채팅에 대한Test Fixture 구현

이슈 ID는 무엇인가요?

설명

  • MemberFixture 구현
  • MoimFixture 구현
  • ChatFixture 구현
  • 테스트에 Fixture 적용

질문 혹은 공유 사항 (Optional)

Copy link
Contributor

@pricelees pricelees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅠㅠ

Copy link
Contributor

@ksk0605 ksk0605 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트 코드가 훨씬 깔끔해졌네요!

return Chat.builder()
.time(LocalTime.now())
.date(LocalDate.now())
.content("ㅎㅇㅎㅇ")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

픽스쳐 만들기 귀찮았나요? ㅎㅎ

@hoyeonyy hoyeonyy merged commit 332ebac into develop-backend Jul 31, 2024
1 check passed
@hoyeonyy hoyeonyy deleted the test/#158 branch July 31, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants