This commit is contained in:
Daniel Qian
2015-01-19 16:46:52 +08:00
parent f3ec0b1965
commit 3ba128f656
3 changed files with 9 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import org.testng.annotations.Test;
*/
@Test(groups = "baseAPI")
@Guice(modules = ApiTestModule.class)
public class WxBaseAPITest {
public class WxMpBaseAPITest {
@Inject
protected WxMpServiceImpl wxService;