Skip to content

Commit

Permalink
Fix failing assertions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz committed Dec 20, 2023
1 parent b65ddb8 commit 19379ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ public final class DevelocityExceptionLogProcessor extends AbstractGradleLogProc
{
new DevelocityExceptionDetector.ByPrefix(
BuildToolType.GRADLE,
"Internal error in Develocity Gradle plugin:"
"Internal error in Gradle Enterprise Gradle plugin:"
),
new DevelocityExceptionDetector.ByPrefix(
BuildToolType.MAVEN,
"[ERROR] Internal error in Develocity Maven extension:"
"[ERROR] Internal error in Gradle Enterprise Maven extension:"
)
};

Expand Down

0 comments on commit 19379ea

Please sign in to comment.