From ea07a480a608ad2ba922e70079e4225ee6e815f8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Sat, 8 Jan 2022 08:43:42 -0500 Subject: [PATCH] cleanup stray keystroke --- src/_zkapauthorizer/tests/test_client_resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_zkapauthorizer/tests/test_client_resource.py b/src/_zkapauthorizer/tests/test_client_resource.py index 5cedaf4..c8af077 100644 --- a/src/_zkapauthorizer/tests/test_client_resource.py +++ b/src/_zkapauthorizer/tests/test_client_resource.py @@ -456,7 +456,7 @@ def maybe_extra_tokens(): return one_of( just(None), # If we do, we can't have fewer than the number of redemption groups - # which we don't know until we're further inside the test. oSo supply + # which we don't know until we're further inside the test. So supply # an amount to add to that, in the case where we have tokens at all. integers(min_value=0, max_value=100), ) -- GitLab