corrected method name for test.

This commit is contained in:
Karan Khanna 2018-05-18 08:36:46 +02:00
parent ea758837cc
commit 8123ba6442

View File

@ -30,7 +30,7 @@ public class EmployeeServletTest {
Employee employee; Employee employee;
@Test @Test
public void whenPostRequestToEmployeeServlet_thenCorrect() throws Exception { public void whenPostRequestToEmployeeServlet_thenEmployeeReturnedAsJson() throws Exception {
//Given //Given
int id = 1; int id = 1;