updated human readable length test
This commit is contained in:
parent
50e2efee32
commit
818a716cbf
@ -50,7 +50,7 @@ class OnionrCryptoTests(unittest.TestCase):
|
||||
|
||||
def test_human_readable_length(self):
|
||||
human = mnemonickeys.get_human_readable_ID()
|
||||
self.assertTrue(len(human.split(' ')) == 32)
|
||||
self.assertTrue(len(human.split(' ')) == 24)
|
||||
|
||||
def test_safe_compare(self):
|
||||
self.assertTrue(crypto.cryptoutils.safe_compare('test', 'test'))
|
||||
|
Loading…
Reference in New Issue
Block a user