diff --git a/onionr/tests/test_highlevelcrypto.py b/onionr/tests/test_highlevelcrypto.py index e214dc16..4d1a86cf 100755 --- a/onionr/tests/test_highlevelcrypto.py +++ b/onionr/tests/test_highlevelcrypto.py @@ -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'))