From 22b0014df108becda544dfc8cf0e6bdde608678a Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Sat, 8 Jan 2022 08:59:14 -0500 Subject: [PATCH] fixup comment in new test --- src/_zkapauthorizer/tests/test_storage_protocol.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/_zkapauthorizer/tests/test_storage_protocol.py b/src/_zkapauthorizer/tests/test_storage_protocol.py index c225487..ceb34de 100644 --- a/src/_zkapauthorizer/tests/test_storage_protocol.py +++ b/src/_zkapauthorizer/tests/test_storage_protocol.py @@ -1117,9 +1117,10 @@ class ShareTests(TestCase): ) self.assertThat(d, is_successful_write()) - # Write some new data to with a correct test vector. We can only be - # sure we know data from the last element of the test vector since - # earlier elements may have been overwritten. + # Write some new data with a correct test vector. We can only be sure + # we know data from the last element of the test vector since earlier + # elements may have been overwritten so only use that last element in + # our test vector. d = write( { sharenum: ( -- GitLab