weaver-test
weaver-test copied to clipboard
scalacheck: maximumDiscarded is not calculated properly for some values of minimumSuccessful
If minimumSuccessful is set to 10 property tests will fail with "Discarded more inputs (0) than allowed" error message.
This calculation will result in 0 for minimumSuccessful = 10 and the rest of the values being left as defaults.