Skip to content

Commit f6657c9

Browse files
committed
test(center): public 키워드 삭제
1 parent ec395e2 commit f6657c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/somemore/center/controller/CenterProfileCommandApiControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;
3030
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
3131

32-
public class CenterProfileCommandApiControllerTest extends ControllerTestSupport {
32+
class CenterProfileCommandApiControllerTest extends ControllerTestSupport {
3333

3434
@Autowired
3535
private MockMvc mockMvc;

0 commit comments

Comments
 (0)