mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 02:31:14 +01:00
Minor refactoring
This commit is contained in:
@@ -121,9 +121,7 @@ public class TagRootResourceTest {
|
||||
assertThat(response).isNotNull();
|
||||
assertThat(response.getContentAsString())
|
||||
.isNotBlank()
|
||||
.contains("_links")
|
||||
;
|
||||
|
||||
.contains("_links");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user