mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-17 05:59:59 +02:00
Heed peer review
This commit is contained in:
@@ -52,7 +52,7 @@ class MigrateVerbsToPermissionRolesTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void x(@TempDirectory.TempDir Path tempDir) throws IOException {
|
||||
void shouldUpdateToRolesIfPossible(@TempDirectory.TempDir Path tempDir) throws IOException {
|
||||
migration.doUpdate();
|
||||
|
||||
List<String> newMetadata = Files.readAllLines(tempDir.resolve("metadata.xml"));
|
||||
|
||||
Reference in New Issue
Block a user