mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
9 lines
184 B
Python
9 lines
184 B
Python
import unittest
|
|
|
|
class Test_Account(unittest.TestCase):
|
|
|
|
def test_bip32_account(self):
|
|
self.assertTrue(True)
|
|
|
|
def test_old_account(self):
|
|
self.assertTrue(True)
|