downgrade surefire version

This commit is contained in:
Loredana
2019-05-25 21:32:32 +03:00
parent 402054d5d2
commit 8ce7484205
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import org.junit.Test;
/**
* BAEL-2832: Different ways to check if a Substring could be found in a String.
*/
public class SubstringSearch {
public class SubstringSearchUnitTest {
@Test
public void searchSubstringWithIndexOf() {