Updated ApiControllerDocTesterUnitTest

This commit is contained in:
Anshul Bansal 2019-12-19 11:14:02 +02:00 committed by GitHub
parent 2883b5148c
commit c845cf256b
1 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 ApiControllerDocTesterTest extends NinjaDocTester {
public class ApiControllerDocTesterUnitTest extends NinjaDocTester {
String URL_INDEX = "/";
String URL_HELLO = "/hello";