From 8d49fb3c2b056159ac5676de356053b6cd0cf56c Mon Sep 17 00:00:00 2001 From: jo0oy Date: Fri, 12 Jan 2024 05:30:52 +0900 Subject: [PATCH] =?UTF-8?q?[test]=20CityService=20=EB=B6=88=ED=95=84?= =?UTF-8?q?=EC=9A=94=ED=95=9C=20=EB=B3=80=EC=88=98=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit related to #55 --- .../haejwo/tripcometrue/domain/city/service/CityServiceTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/com/haejwo/tripcometrue/domain/city/service/CityServiceTest.java b/src/test/java/com/haejwo/tripcometrue/domain/city/service/CityServiceTest.java index 71a9af37..23fc80de 100644 --- a/src/test/java/com/haejwo/tripcometrue/domain/city/service/CityServiceTest.java +++ b/src/test/java/com/haejwo/tripcometrue/domain/city/service/CityServiceTest.java @@ -100,7 +100,6 @@ void getCityInfo() { void getWeatherInfo() { // given long cityId = city.getId(); - int curMonth = LocalDate.now().getMonthValue(); // when List weatherInfos = cityService.getWeatherInfo(cityId);