work on contact manager
This commit is contained in:
parent
0f957f8c5d
commit
47d5099e4d
@ -14,6 +14,6 @@ c = core.Core()
|
|||||||
class OnionrBlockTests(unittest.TestCase):
|
class OnionrBlockTests(unittest.TestCase):
|
||||||
def test_plaintext_insert(self):
|
def test_plaintext_insert(self):
|
||||||
message = 'hello world'
|
message = 'hello world'
|
||||||
#c.insertBlock(message)
|
c.insertBlock(message)
|
||||||
|
|
||||||
unittest.main()
|
unittest.main()
|
Loading…
Reference in New Issue
Block a user