updated human readable length test

This commit is contained in:
Kevin Froman 2019-09-07 14:20:36 -05:00
parent 50e2efee32
commit 818a716cbf
1 changed files with 1 additions and 1 deletions

View File

@ -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'))