a-happy-dev-day / yanawa-server

Rival Matching Services Server
0 stars 1 forks source link

Fix: time issue #48

Closed wjdxor closed 1 year ago

wjdxor commented 1 year ago

문제발생 (#26 )

LocalTime.now() 라이브러리 메소드를 사용하였더니 현재 시간에 따라 테스트 성공 유무가 바뀌는 문제 발생

서비스 안에 now()가 메서드에 의해 결정되는 상황을 피하기 위한 방법이 필요

해결방법

시간 설정 클래스를 만들어 Bean에 저장하여 사용

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

wjdxor commented 1 year ago

문제