mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
removing unneeded attribute name
This commit is contained in:
parent
7b8a9ec8bc
commit
754e27c001
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
|||
* (useful when upgrading to a new version of Hibernate Validator/ Bean Validation)
|
||||
*
|
||||
*/
|
||||
@ContextConfiguration(locations = {"ValidatorTests-config.xml"})
|
||||
@ContextConfiguration("ValidatorTests-config.xml")
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
public class ValidatorTests {
|
||||
|
||||
|
|
Loading…
Reference in a new issue