Skip to content

Commit

Permalink
DependencyRecommendationsPluginMultiprojectSpec: adapt test result ou…
Browse files Browse the repository at this point in the history
…tput check for Gradle 6.x
  • Loading branch information
rpalcolea committed Oct 7, 2019
1 parent c94fa09 commit f909012
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'

}

Expand Down

0 comments on commit f909012

Please sign in to comment.