Skip to content

Commit

Permalink
refactor: TaskControllerTest 클래스명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
olivejua committed Aug 20, 2024
1 parent fcaedc8 commit e50bd14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//TODO IntegrationTest와 UnitTest가 모였을 때 Fast 태그로 나누자
@SpringBootTest
@ExtendWith({RestDocumentationExtension.class})
public class TestControllerTest {
public class TaskControllerTest {
private MockMvc mockMvc;
private ObjectMapper objectMapper;

Expand Down

0 comments on commit e50bd14

Please sign in to comment.