diff --git a/src/test/java/io/spring/gradle/dependencymanagement/internal/StandardPomDependencyManagementConfigurerTests.java b/src/test/java/io/spring/gradle/dependencymanagement/internal/StandardPomDependencyManagementConfigurerTests.java index 6b2f122..727c921 100644 --- a/src/test/java/io/spring/gradle/dependencymanagement/internal/StandardPomDependencyManagementConfigurerTests.java +++ b/src/test/java/io/spring/gradle/dependencymanagement/internal/StandardPomDependencyManagementConfigurerTests.java @@ -244,7 +244,7 @@ void dependencyManagementIsExpandedToCoverDependenciesWithAClassifier() throws E Collections.emptyList()); NodeAssert pom = configuredPom(PROJECT_TAG + "org.apache.logging.log4jlog4j-coretest"); - // assertThat(pom).nodesAtPath("//project/dependencyManagement/dependencies/dependency").hasSize(2); + assertThat(pom).nodesAtPath("//project/dependencyManagement/dependencies/dependency").hasSize(2); assertThat(pom).textAtPath("//project/dependencyManagement/dependencies/dependency[1]/groupId") .isEqualTo("org.apache.logging.log4j"); assertThat(pom).textAtPath("//project/dependencyManagement/dependencies/dependency[1]/artifactId")