mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
Name test method
This commit is contained in:
@@ -105,7 +105,7 @@ public class ContentResourceTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void shouldRandomByteFile() throws Exception {
|
public void shouldHandleRandomByteFile() throws Exception {
|
||||||
mockContentFromResource("JustBytes");
|
mockContentFromResource("JustBytes");
|
||||||
|
|
||||||
Response response = contentResource.get(NAMESPACE, REPO_NAME, REV, "JustBytes");
|
Response response = contentResource.get(NAMESPACE, REPO_NAME, REV, "JustBytes");
|
||||||
|
|||||||
Reference in New Issue
Block a user