Skip to content

Commit

Permalink
refactor(controller): IntegrationTest를 ControllerTest로 이름 변경
Browse files Browse the repository at this point in the history
Co-authored-by: hoeseong123 <[email protected]>
  • Loading branch information
zangsu and HoeSeong123 committed Jul 23, 2024
1 parent e5965d5 commit 89cafb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package codezap.template.integration;
package codezap.template.controller;

import static org.hamcrest.Matchers.is;

Expand All @@ -21,7 +21,7 @@
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
@Sql(value = "/clear.sql", executionPhase = ExecutionPhase.BEFORE_TEST_METHOD)
@Sql(value = "/clear.sql", executionPhase = ExecutionPhase.AFTER_TEST_CLASS)
class TemplateIntegrationTest {
class TemplateControllerTest {

private static final int MAX_LENGTH = 255;
@LocalServerPort
Expand Down

0 comments on commit 89cafb0

Please sign in to comment.