diff --git a/src/test/groovy/netflix/nebula/dependency/recommender/DependencyRecommendationsPluginMultiprojectSpec.groovy b/src/test/groovy/netflix/nebula/dependency/recommender/DependencyRecommendationsPluginMultiprojectSpec.groovy index fb0cdc6..2d0fe4a 100644 --- a/src/test/groovy/netflix/nebula/dependency/recommender/DependencyRecommendationsPluginMultiprojectSpec.groovy +++ b/src/test/groovy/netflix/nebula/dependency/recommender/DependencyRecommendationsPluginMultiprojectSpec.groovy @@ -67,8 +67,8 @@ class DependencyRecommendationsPluginMultiprojectSpec extends IntegrationSpec { then: noExceptionThrown() normalizedOutput.contains 'Recommending version 1.0.0 for dependency example:foo\n' - normalizedOutput.contains '\\--- project :a\n' + - ' \\--- example:foo -> 1.0.0' + normalizedOutput.contains '\\--- project :a\n' + normalizedOutput.contains '\\--- example:foo -> 1.0.0' }