Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 19, 2024
1 parent 977340a commit fa90692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fun TestDokkaConfiguration.toDokkaConfiguration(projectDir: File): DokkaConfigur
override val suppressInheritedMembers: Boolean
get() = throw NotImplementedError("Not expected to be used by analysis modules")
override val finalizeCoroutines: Boolean
get() = throw NotImplementedError("Not expected to be used by analysis modules")
get() = false
}
}

Expand Down

0 comments on commit fa90692

Please sign in to comment.