From 47d5099e4d0ef57df7aa4e2f6ff78a1fde4d034f Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sun, 17 Feb 2019 00:21:47 -0600 Subject: [PATCH] work on contact manager --- onionr/tests/test_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionr/tests/test_blocks.py b/onionr/tests/test_blocks.py index 706dcffa..257238b1 100644 --- a/onionr/tests/test_blocks.py +++ b/onionr/tests/test_blocks.py @@ -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() \ No newline at end of file