Skip to content

Commit

Permalink
io.fluentlenium move
Browse files Browse the repository at this point in the history
  • Loading branch information
filip.cynarski committed Dec 27, 2022
1 parent fccdb51 commit 4348855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fluentlenium-kotest/.mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--add-opens java.base/java.lang=ALL-UNNAMED
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ internal class KoTestFluentAdapter constructor(var useConfigurationOverride: ()

val singleThreadPerTest =
testCase.spec.dispatcherAffinity ?: testCase.spec.dispatcherAffinity()
?: io.kotest.core.config.Defaults.dispatcherAffinity
?: io.kotest.core.config.Defaults.dispatcherAffinity

require(singleThreadPerTest) {
"fluentlenium-kotest is incompatible with dispatcherAffinity=false. set to true!"
Expand Down

0 comments on commit 4348855

Please sign in to comment.