Test name fixes

This commit is contained in:
Anshul BANSAL
2019-12-19 11:46:23 +02:00
parent edcded4324
commit 6b93a32811
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";