Join Slack
Powered by
So far, the conversion used Exhaustive. And I lied...
# kotest
t
taer
04/02/2020, 9:25 PM
So far, the conversion used Exhaustive. And I lied. There was a few more that didn't flag the deprecation yet. The old Gen had a filter.. ex:
Copy code
Gen.choose(100, 599) .filter { it != 429 && it != 503 && it / 100 != 2 && it / 100 != 3 }
Open in Slack
Previous
Next