moved dbcreator to onionrsetup

This commit is contained in:
Kevin Froman 2019-09-23 14:48:35 -05:00
parent 2a6782f88d
commit e4df34ef29
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
7 changed files with 9 additions and 7 deletions

View file

@ -51,7 +51,7 @@ class OnionrCryptoTests(unittest.TestCase):
def test_human_readable_length(self):
human = mnemonickeys.get_human_readable_ID()
self.assertTrue(len(human.split(' ')) == 24)
self.assertTrue(len(human.split('-')) == 24)
def test_safe_compare(self):
self.assertTrue(crypto.cryptoutils.safe_compare('test', 'test'))