Skip to content

Commit

Permalink
update assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Nov 21, 2024
1 parent 9d8e16a commit 10cc480
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class MultiModuleFunctionalTest : FunSpec({
test("expect build is successful") {
output shouldContainAll listOf(
"BUILD SUCCESSFUL",
"8 actionable tasks: 8 up-to-date",
"6 actionable tasks: 6 up-to-date",
)
}

Expand Down Expand Up @@ -496,9 +496,6 @@ class MultiModuleFunctionalTest : FunSpec({
"> Task :dokkaGeneratePublicationHtml",
"> Task :dokkaGeneratePublicationJavadoc",

"> Task :dokkaGenerateModuleHtml",
"> Task :dokkaGenerateModuleJavadoc",

"> Task :subproject-hello:dokkaGenerateModuleHtml",
"> Task :subproject-hello:dokkaGenerateModuleJavadoc",

Expand Down

0 comments on commit 10cc480

Please sign in to comment.