work on contact manager

This commit is contained in:
Kevin Froman 2019-02-17 00:21:47 -06:00
parent 0f957f8c5d
commit 47d5099e4d
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ c = core.Core()
class OnionrBlockTests(unittest.TestCase):
def test_plaintext_insert(self):
message = 'hello world'
#c.insertBlock(message)
c.insertBlock(message)
unittest.main()