mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 02:31:14 +01:00
Name test method
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user