Heed peer review

This commit is contained in:
René Pfeuffer
2019-06-13 06:24:35 +02:00
parent 7af5608aeb
commit 0dda448ac8
3 changed files with 18 additions and 15 deletions

View File

@@ -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"));