!Hotfix: Redis getValue null 반환에 맞춰 테스트를 정리한다 #74
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 Why - 해결하려는 문제가 무엇인가요?
null인 경우 테스트가 실패하는 문제가 있었습니다.null반환) 인데, 테스트에서는 다른 값을 기대하고 있어 동작/기대값 불일치를 해결할 필요가 있었습니다.✅ What - 무엇이 변경됐나요?
RedisKeyValueMapTest에서 키 미존재(null 반환) 케이스 기대값을 실제 동작에 맞게 수정했습니다.🛠️ How - 어떻게 해결했나요?
getValue()의 “값 없음” 케이스를null로 검증하도록 테스트를 수정했습니다.ReturnNull형태로 변경해 테스트 의도를 명확화했습니다.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.