mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-02 17:12:59 +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.
|
convergence secret.
|
||||||
"""
|
"""
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
"allmydata_immutable_content_to_key_with_added_secret_v1+"
|
b"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,"
|
b"16:\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42\x42,"
|
||||||
"9:3,10,1024,",
|
b"9:3,10,1024,",
|
||||||
hashutil._convergence_hasher_tag(
|
hashutil._convergence_hasher_tag(
|
||||||
k=3,
|
k=3,
|
||||||
n=10,
|
n=10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user