We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab28f4 commit c1d7d5eCopy full SHA for c1d7d5e
src/test/java/roomescape/MissionStepTest.java
@@ -7,7 +7,7 @@
7
import org.springframework.boot.test.context.SpringBootTest;
8
import org.springframework.jdbc.core.JdbcTemplate;
9
import org.springframework.test.annotation.DirtiesContext;
10
-import roomescape.model.Reservation;
+import roomescape.model.reservation.Reservation;
11
12
import java.sql.Connection;
13
import java.sql.SQLException;
@@ -181,5 +181,4 @@ public class MissionStepTest {
181
.then().log().all()
182
.statusCode(204);
183
}
184
-
185
0 commit comments