We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7cfab commit d5f6171Copy full SHA for d5f6171
src/test/java/org/scm4j/releaser/WorkflowPatchesTest.java
@@ -203,7 +203,7 @@ public void testMinorUpgradeDowngradeException() {
203
} else if (e.getRootComp().equals(compUnTill.clone(crbUnTill.getVersion().toPreviousPatch()))) {
204
assertEquals(compUnTillDb.clone("2.60.0"), e.getProblematicMDep());
205
} else {
206
- fail();
+ assertEquals(e.getRootComp(), compUBL.clone(crbUBL.getVersion().toPreviousPatch()));
207
}
208
209
0 commit comments