mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
Mark the expected result literal as the correct type, bytes
This commit is contained in:
parent
5568170c24
commit
a8b1c204d2
@ -133,9 +133,9 @@ class HashUtilTests(unittest.TestCase):
|
||||
convergence secret.
|
||||
"""
|
||||
self.assertEqual(
|
||||
"allmydata_immutable_content_to_key_with_added_secret_v1+"
|
||||
"16:\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42,"
|
||||
"9:3,10,1024,",
|
||||
b"allmydata_immutable_content_to_key_with_added_secret_v1+"
|
||||
b"16:\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42,"
|
||||
b"9:3,10,1024,",
|
||||
hashutil._convergence_hasher_tag(
|
||||
k=3,
|
||||
n=10,
|
||||
|
Loading…
Reference in New Issue
Block a user