fixed vanity test
This commit is contained in:
parent
7e9fe03235
commit
e75adb3d48
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ class TestBasic(unittest.TestCase):
|
|||
def test_basic(self):
|
||||
pair = vanityonionr.find_multiprocess("onion")
|
||||
b = niceware.bytes_to_passphrase(pair[0])
|
||||
self.assertIn("onion", b)
|
||||
self.assertTrue(b[0].startswith("onion"))
|
||||
|
||||
unittest.main()
|
Loading…
Reference in a new issue