Skip to content

Commit f8c80a1

Browse files
committed
Polish
1 parent 79f8f9f commit f8c80a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/spring/gradle/dependencymanagement/internal/StandardPomDependencyManagementConfigurerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void dependencyManagementIsExpandedToCoverDependenciesWithAClassifier() throws E
244244
Collections.emptyList());
245245
NodeAssert pom = configuredPom(PROJECT_TAG
246246
+ "<dependencies><dependency><groupId>org.apache.logging.log4j</groupId><artifactId>log4j-core</artifactId><classifier>test</classifier></dependency></dependencies></project>");
247-
// assertThat(pom).nodesAtPath("//project/dependencyManagement/dependencies/dependency").hasSize(2);
247+
assertThat(pom).nodesAtPath("//project/dependencyManagement/dependencies/dependency").hasSize(2);
248248
assertThat(pom).textAtPath("//project/dependencyManagement/dependencies/dependency[1]/groupId")
249249
.isEqualTo("org.apache.logging.log4j");
250250
assertThat(pom).textAtPath("//project/dependencyManagement/dependencies/dependency[1]/artifactId")

0 commit comments

Comments
 (0)