corrected method name for test.

This commit is contained in:
Karan Khanna 2018-05-18 08:36:46 +02:00
parent ea758837cc
commit 8123ba6442
1 changed files with 1 additions and 1 deletions

View File

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