Adapt unit test

This commit is contained in:
René Pfeuffer
2019-05-21 17:26:02 +02:00
parent 0cc31ec3c3
commit 3d28f800be

View File

@@ -152,7 +152,7 @@ class PathBasedRepositoryLocationResolverTest {
} }
private String getXmlFileContent() { private String getXmlFileContent() {
Path storePath = basePath.resolve("config").resolve("repositories.xml"); Path storePath = basePath.resolve("config").resolve("repository-paths.xml");
assertThat(storePath).isRegularFile(); assertThat(storePath).isRegularFile();
return content(storePath); return content(storePath);