Skip to content

Commit

Permalink
Fix test assertion (#3926)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko authored Nov 19, 2024
1 parent 12e5635 commit 3a354e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class OverrideJsonConfigTest : FunSpec({
"--rerun",
)
.build {
output shouldContain "w: [:dokkaGenerateModuleHtml] Overriding DokkaConfiguration with manualJsonConfig"
output shouldContain "w: [:dokkaGenerateModuleHtml] Overriding DokkaConfiguration with overrideJsonConfig"

val actualDokkaConfigJson =
project.file("build/tmp/dokkaGenerateModuleHtml/dokka-configuration.json")
Expand Down

0 comments on commit 3a354e2

Please sign in to comment.