Name test method

This commit is contained in:
René Pfeuffer
2018-08-14 07:52:24 +02:00
parent 815cee1569
commit 01788f3de8

View File

@@ -105,7 +105,7 @@ public class ContentResourceTest {
}
@Test
public void shouldRandomByteFile() throws Exception {
public void shouldHandleRandomByteFile() throws Exception {
mockContentFromResource("JustBytes");
Response response = contentResource.get(NAMESPACE, REPO_NAME, REV, "JustBytes");