Skip to content

Commit

Permalink
remove dokka-worker.log assertion from Dokka project test
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Aug 20, 2023
1 parent 9421ce3 commit cae6141
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,6 @@ class AndroidProjectIntegrationTest : FunSpec({
test("expect project builds successfully") {
output shouldContain "BUILD SUCCESSFUL"
}

test("expect all dokka workers are successful") {
dokkatooProject
.findFiles { it.name == "dokka-worker.log" }
.shouldBeSingleton { dokkaWorkerLog ->
dokkaWorkerLog.shouldBeAFile()
dokkaWorkerLog.readText().shouldNotContainAnyOf(
"[ERROR]",
"[WARN]",
)
}
}
}
}

Expand Down

0 comments on commit cae6141

Please sign in to comment.