Rename test classes so that their tests are run by Maven

This commit is contained in:
Andy Wilkinson
2018-01-05 11:49:39 +00:00
parent 9baa9772c2
commit 5bbd31e7a3
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Madhura Bhave
*/
@RunWith(SpringRunner.class)
public class SampleTestNoMockitoApplicationTest {
public class SampleTestNoMockitoApplicationTests {
// gh-7065