mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
Fix unit test
This commit is contained in:
@@ -332,7 +332,7 @@ public class RepositoryRootResourceTest extends RepositoryTestBase {
|
|||||||
.hasSize(1)
|
.hasSize(1)
|
||||||
.allSatisfy(p -> {
|
.allSatisfy(p -> {
|
||||||
assertThat(p.getName()).isEqualTo("trillian");
|
assertThat(p.getName()).isEqualTo("trillian");
|
||||||
assertThat(p.getVerbs()).containsExactly("*");
|
assertThat(p.getRole()).isEqualTo("OWNER");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user