Updated ApiControllerDocTesterUnitTest

This commit is contained in:
Anshul Bansal
2019-12-19 11:14:02 +02:00
committed by GitHub
parent f49080b917
commit 4f5d451d95

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";