You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/12/28 07:38:09 UTC

[servicecomb-pack] 02/02: SCB-1694 Rename APIv1ControllerTests.java to APIv1ControllerTest.java

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit b9fb63435650099ee5a55f3bd785d8f2c33a410a
Author: Lei Zhang <zh...@apache.org>
AuthorDate: Fri Dec 27 23:11:45 2019 +0800

    SCB-1694 Rename APIv1ControllerTests.java to APIv1ControllerTest.java
---
 .../server/api/{APIv1ControllerTests.java => APIv1ControllerTest.java}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alpha/alpha-server/src/test/java/org/apache/servicecomb/pack/alpha/server/api/APIv1ControllerTests.java b/alpha/alpha-server/src/test/java/org/apache/servicecomb/pack/alpha/server/api/APIv1ControllerTest.java
similarity index 99%
rename from alpha/alpha-server/src/test/java/org/apache/servicecomb/pack/alpha/server/api/APIv1ControllerTests.java
rename to alpha/alpha-server/src/test/java/org/apache/servicecomb/pack/alpha/server/api/APIv1ControllerTest.java
index c20acd9..10fbd49 100644
--- a/alpha/alpha-server/src/test/java/org/apache/servicecomb/pack/alpha/server/api/APIv1ControllerTests.java
+++ b/alpha/alpha-server/src/test/java/org/apache/servicecomb/pack/alpha/server/api/APIv1ControllerTest.java
@@ -68,7 +68,7 @@ import static org.springframework.test.web.servlet.request.MockMvcRequestBuilder
 @RunWith(SpringRunner.class)
 @AutoConfigureMockMvc
 @SpringBootTest(classes = {AlphaApplication.class, AlphaConfig.class})
-public class APIv1ControllerTests {
+public class APIv1ControllerTest {
 
   @Autowired
   private MockMvc mockMvc;