Fold `PassValidationTests._test_lease_operation_fails_without_passes` into its caller.
- Dec 03, 2021
-
-
Tom Prince authored
It was orginally factored out since there were both `add_lease` and `renew_lease methods`. However, since tahoe 1.16, the client no longer defines `renew_lease`, and we removed it from our protocol in #231. Given that there is now only one caller, we can remove the factoring.
-