Mercurial > public > bitcaviar-plus
diff tests/test_block.py @ 12:6a0a8cce058e
refactor code
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 26 Oct 2021 09:38:38 +0200 |
parents | 4987a219a704 |
children |
line wrap: on
line diff
--- a/tests/test_block.py Tue Oct 26 08:57:11 2021 +0200 +++ b/tests/test_block.py Tue Oct 26 09:38:38 2021 +0200 @@ -1,6 +1,6 @@ from unittest import TestCase from testfixtures import TempDirectory -from puppy.block import deserialize_block +from bitcaviar_plus.block import deserialize_block class TestBlock(TestCase): @@ -60,4 +60,3 @@ self.assertEqual( block, self.expected_genesis_block, 'Genesis block is not equal to expected genesis block' ) -