From 7c7992d9b92e20821fb5e214d36a1bb18849eecc Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 5 May 2020 12:15:16 -0400 Subject: [PATCH] unintentionally change fix --- src/_zkapauthorizer/tests/test_storage_protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_zkapauthorizer/tests/test_storage_protocol.py b/src/_zkapauthorizer/tests/test_storage_protocol.py index ea5c71c..a4a7c35 100644 --- a/src/_zkapauthorizer/tests/test_storage_protocol.py +++ b/src/_zkapauthorizer/tests/test_storage_protocol.py @@ -630,7 +630,7 @@ class ShareTests(TestCase): ) def test_create_mutable(self, storage_index, secrets, test_and_write_vectors_for_shares): """ - Mutable share data written using *slot_testv_and_readv_abbnd_writev* can be + Mutable share data written using *slot_testv_and_readv_and_writev* can be read back as-written and without spending any more passes. """ # Hypothesis causes our storage server to be used many times. Clean -- GitLab