mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 10:16:16 +01:00
Adapt unit test
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user