Skip to content

Commit c6b9f1f

Browse files
committed
Fix test
1 parent c2b3404 commit c6b9f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3043BestEffortReactorResolutionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void testitPackagePhase() throws Exception {
117117
verifier.execute();
118118
verifier.verifyErrorFreeLog();
119119

120-
String prefix = matchesVersionRange("[4.0.0-alpha-4,)") ? "dependency-0.1-SNAPSHOT-" : "";
120+
String prefix = "";
121121

122122
List<String> classpath;
123123

0 commit comments

Comments
 (0)