You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
randomClassInstance function does not work correctly with primitives:
val s = Faker().randomProvider.randomClassInstance<String>()
val i = Faker().randomProvider.randomClassInstance<Boolean>()
println("String: $s")
println("String: $i")
The text was updated successfully, but these errors were encountered:
randomClassInstance function does not work correctly with primitives:
The text was updated successfully, but these errors were encountered: