Test name fixes

This commit is contained in:
Anshul BANSAL 2019-12-19 11:46:23 +02:00
parent af427218c9
commit 78b94fc86e
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import org.doctester.testbrowser.Response;
import org.junit.Test;
import ninja.NinjaDocTester;
public class ApiControllerDocTesterUnitTest extends NinjaDocTester {
public class ApiControllerDocTesterTest extends NinjaDocTester {
String URL_INDEX = "/";
String URL_HELLO = "/hello";