Rename unit test to fix PMD failure

This commit is contained in:
saikat 2018-11-24 19:00:09 +05:30
parent 991436fa16
commit 9ba7937645
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
package restx.demo.rest;
import restx.demo.AppServer;
import org.junit.runner.RunWith;
import restx.tests.RestxSpecTestsRunner;
import restx.tests.FindSpecsIn;
import restx.tests.RestxSpecTestsRunner;
@RunWith(RestxSpecTestsRunner.class)
@FindSpecsIn("specs/hello")
public class HelloResourceSpecTest {
public class HelloResourceSpecUnitTest {
/**
* Useless, thanks to both @RunWith(RestxSpecTestsRunner.class) & @FindSpecsIn()