Skip to content

Commit

Permalink
Update DiktatMavenPluginIntegrationTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Jul 26, 2021
1 parent 43eca3f commit 6cc31de
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class DiktatMavenPluginIntegrationTest {
@MavenGoal("diktat:check@diktat")
fun diktatCheck(result: MavenExecutionResult) {
Assertions.assertEquals(1, result.returnCode)
Assertions.assertFalse(result.isError)
Assertions.assertFalse(result.isSuccessful)
Assertions.assertTrue(result.isFailure)

Expand All @@ -43,7 +42,6 @@ class DiktatMavenPluginIntegrationTest {
@MavenGoal("diktat:fix@diktat")
fun diktatFix(result: MavenExecutionResult) {
Assertions.assertEquals(1, result.returnCode)
Assertions.assertFalse(result.isError)
Assertions.assertFalse(result.isSuccessful)
Assertions.assertTrue(result.isFailure)

Expand Down

0 comments on commit 6cc31de

Please sign in to comment.