Skip to content

Commit

Permalink
Fix IT
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero committed Apr 1, 2022
1 parent d17909c commit ebf2e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class DepCleanMojoIT {
@MavenTest
@DisplayName("Test that DepClean runs in an empty Maven project")
void empty_project(MavenExecutionResult result) {
assertThat(result).isFailure(); // should pass
assertThat(result).isSuccessful(); // should pass
}

@MavenTest
Expand Down

0 comments on commit ebf2e6a

Please sign in to comment.