minor update on comment

This commit is contained in:
michaelisvy 2015-05-12 19:52:00 +08:00
parent a59505897d
commit 4c859ed512
2 changed files with 2 additions and 3 deletions

View file

@ -28,7 +28,7 @@ import org.springframework.web.context.WebApplicationContext;
@ContextConfiguration({"classpath:spring/business-config.xml", "classpath:spring/tools-config.xml", "classpath:spring/mvc-core-config.xml"})
@WebAppConfiguration
@ActiveProfiles("spring-data-jpa")
public class VetControllerTest {
public class VetControllerTests {
@Autowired
private VetController vetController;