Skip to content

Commit

Permalink
Fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 10, 2022
1 parent bcae700 commit 4c994c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/test/scala/tests/commands/ExportCommandSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,10 @@ class ExportCommandSuite extends tests.BaseSuite with tests.ConfigSyntax {
),
expectedExit = 1,
expectedOutput =
"""|/workingDirectory/3rdparty.yaml:15:16 error: Within 'broken-target', the module 'com.google.guava:guava' is resolved multiple times with incompatible versions 16.0.1, 30.1.1-jre.
"""|/workingDirectory/3rdparty.yaml:3:16 error: Within 'broken-target', the module 'com.google.guava:guava' is resolved multiple times with incompatible versions 16.0.1, 30.1.1-jre.
|To fix this problem, update your dependencies to compatible versions, or add exclusion rules to force compatible versions of 'com.google.guava:guava'.
|
| - dependency: com.google.inject:guice:4.0
| - dependency: com.google.auto:auto-common:1.0
| ^""".stripMargin
)

Expand Down

0 comments on commit 4c994c9

Please sign in to comment.