diff --git a/NightLight.Core.Tests/InteractionListGenerators.fs b/NightLight.Core.Tests/InteractionListGenerators.fs index d78ef69..9c18e45 100644 --- a/NightLight.Core.Tests/InteractionListGenerators.fs +++ b/NightLight.Core.Tests/InteractionListGenerators.fs @@ -15,7 +15,7 @@ let private genRemoteInteraction = |> Gen.map RemoteInteraction let private genInteraction biasTowardsLight = - Gen.oneof [ genTimeChanged; genHumanInteraction biasTowardsLight ] + Gen.oneof [ genTimeChanged; genHumanInteraction biasTowardsLight; genRemoteInteraction ] let genRandomInteractionsExcept biasTowardsLight disqualifier = genInteraction biasTowardsLight