corrected method name for test.
This commit is contained in:
parent
ea758837cc
commit
8123ba6442
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue