Skip to content

Commit

Permalink
Add missing Test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Apr 9, 2022
1 parent d61fa8c commit 593d549
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -133,6 +133,7 @@ class DetektJvmSpec {
it.setupProject()
}

@Test
fun `logs a warning`() {
gradleRunner.runTasksAndCheckResult(":detektMain") { buildResult ->
assertThat(buildResult.output).doesNotContain("report location set on detekt {} extension will be ignored")
Expand Down

0 comments on commit 593d549

Please sign in to comment.