Skip to content

Commit

Permalink
[test] CityService 불필요한 변수 삭제
Browse files Browse the repository at this point in the history
related to #55
  • Loading branch information
jo0oy committed Jan 12, 2024
1 parent 7020711 commit 8d49fb3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ void getCityInfo() {
void getWeatherInfo() {
// given
long cityId = city.getId();
int curMonth = LocalDate.now().getMonthValue();

// when
List<WeatherResponseDto> weatherInfos = cityService.getWeatherInfo(cityId);
Expand Down

0 comments on commit 8d49fb3

Please sign in to comment.