Making tests less britle

This commit is contained in:
Marcin Grzejszczak
2017-10-27 17:47:28 +02:00
parent 3aa9d7b4c7
commit e1ee61e616

View File

@@ -258,9 +258,6 @@ public class PomUpdaterTests {
File storedPom = this.pomUpdater.overwritePomIfDirty(model, this.versions, pomInTemp);
BDDAssertions.then(asString(storedPom)).isEqualTo(asString(originalPom));
BDDAssertions.then(this.capture.toString())
.contains("Won't update the version of parent")
.contains("Won't update the version of module");
}
Set<Project> projects() {