Skip to content

Commit

Permalink
#2443: Edited message for assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Dec 6, 2023
1 parent 1b5c5dc commit 454d3be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void failsOptimizationOnError(@TempDir final Path temp) {
" (stdout \"Hello!\").print > @"
)
.execute(new FakeMaven.Verify()),
"Error in the eo code because of invalid alias"
"Error in the eo code because of invalid alias, should fail"
);
}

Expand All @@ -141,7 +141,7 @@ void failsOnWarning(@TempDir final Path temp) throws Exception {
IllegalStateException.class,
() -> maven.with("failOnWarning", true)
.execute(VerifyMojo.class),
"Program with warning should be failed"
"Program with warning should fail"
);
}

Expand Down

0 comments on commit 454d3be

Please sign in to comment.