#631 - Partial Response : [Refactor] Rename GetDetails method by id.
This commit is contained in:
@ -44,7 +44,7 @@ public class VideoResourceTest {
|
||||
|
||||
@Test
|
||||
public void shouldGiveVideoDetailsById() {
|
||||
String details = resource.getDenials("1");
|
||||
String details = resource.getDetails("1");
|
||||
System.out.println(details);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user