From 540784ddf37f9acb000a180b8f5b54361d6437e4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 28 May 2020 10:04:23 -0400 Subject: [PATCH] missing word --- src/_zkapauthorizer/tests/test_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_zkapauthorizer/tests/test_model.py b/src/_zkapauthorizer/tests/test_model.py index c063324..e2c2c0a 100644 --- a/src/_zkapauthorizer/tests/test_model.py +++ b/src/_zkapauthorizer/tests/test_model.py @@ -333,7 +333,7 @@ class VoucherStoreTests(TestCase): def test_spend_order_equals_backup_order(self, get_config, voucher_value, public_key, now, data): """ Unblinded tokens returned by ``VoucherStore.backup`` appear in the same - order as they are returned ``VoucherStore.get_unblinded_tokens``. + order as they are returned by ``VoucherStore.get_unblinded_tokens``. """ backed_up_tokens, spent_tokens, inserted_tokens = self._spend_order_test( get_config, -- GitLab