Skip to content

Commit

Permalink
added additional checking on WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Nov 8, 2023
1 parent 5f39b60 commit 281237a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class DiktatCliTest {
.describedAs("The output of \"$commandLine\"")
.isNotEmpty
.contains("[VARIABLE_NAME_INCORRECT_FORMAT]")
.doesNotContain("WARNING:")
}
}

Expand Down

0 comments on commit 281237a

Please sign in to comment.