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 : 숨캐찾 게임 힌트 조회하는 api 테스트코드 작성, 어드민-숨캐찾 서비스로직 테스트코드 작성 (CC-173) #42

Merged
merged 9 commits into from
Aug 21, 2024

Conversation

j2noo
Copy link
Collaborator

@j2noo j2noo commented Aug 21, 2024

📝 작업내용

  • 숨캐찾게임 힌트 생성 테스트코드 작성
  • 어드민-숨캐찾 도메인 서비스로직의 테스트코드 작성
  • 어드민-레이싱게임 당첨자 조회 테스트코드 작성
  • 테스트 메서드 네이밍 통일

💬 침고사항

📖 레퍼런스

@j2noo j2noo added the 진우 label Aug 21, 2024
@j2noo j2noo self-assigned this Aug 21, 2024
Mockito.when(clock.getZone()).thenReturn(ZoneId.systemDefault());
Mockito.when(clock.instant()).thenReturn(fixedInstant);


Copy link
Collaborator

Choose a reason for hiding this comment

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

중간중간마다 너무 많은 라인은 제거하는게 보기편할것같아요

.build()
);

//
Copy link
Collaborator

Choose a reason for hiding this comment

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

어떤말이 하고싶었을까요?

@j2noo j2noo merged commit 885d2a1 into develop Aug 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants