Skip to content
Snippets Groups Projects
Commit 754e27c0 authored by Mic's avatar Mic
Browse files

removing unneeded attribute name

parent 7b8a9ec8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; ...@@ -20,7 +20,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
* (useful when upgrading to a new version of Hibernate Validator/ Bean Validation) * (useful when upgrading to a new version of Hibernate Validator/ Bean Validation)
* *
*/ */
@ContextConfiguration(locations = {"ValidatorTests-config.xml"}) @ContextConfiguration("ValidatorTests-config.xml")
@RunWith(SpringJUnit4ClassRunner.class) @RunWith(SpringJUnit4ClassRunner.class)
public class ValidatorTests { public class ValidatorTests {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment