zhouhao 6 سال پیش
والد
کامیت
5547e97e08
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hsweb-tests/src/main/groovy/org/hswebframework/web/tests/HswebSpecification.groovy

+ 1 - 1
hsweb-tests/src/main/groovy/org/hswebframework/web/tests/HswebSpecification.groovy

@@ -29,7 +29,7 @@ class HswebSpecification extends Specification {
         mockMvc = MockMvcBuilders.webAppContextSetup(context).build();
     }
 
-    MockMvc getMockMvc() {
+    MockMvc getMock() {
         return mockMvc;
     }