Skip to content

Commit c1d7d5e

Browse files
committed
refactor(MissionStepTest): [8단계] 테스트 코드 '팔단계' 추가(통과)
1 parent 9ab28f4 commit c1d7d5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/roomescape/MissionStepTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import org.springframework.boot.test.context.SpringBootTest;
88
import org.springframework.jdbc.core.JdbcTemplate;
99
import org.springframework.test.annotation.DirtiesContext;
10-
import roomescape.model.Reservation;
10+
import roomescape.model.reservation.Reservation;
1111

1212
import java.sql.Connection;
1313
import java.sql.SQLException;
@@ -181,5 +181,4 @@ public class MissionStepTest {
181181
.then().log().all()
182182
.statusCode(204);
183183
}
184-
185184
}

0 commit comments

Comments
 (0)