I have a test with signature: ```rust fn a_test(n: usize) -> bool ``` but all the selected values of n are in (0, 100) which seems counter-intuitive. Is this what I should expect?
I have a test with signature:
but all the selected values of n are in (0, 100) which seems counter-intuitive. Is this what I should expect?