Comment outdated setting object_payload in test_structure
This commit is contained in:
parent
5d528e7e08
commit
56c04e3577
|
@ -151,9 +151,10 @@ class TestStructure(unittest.TestCase):
|
||||||
shared.stream = 2
|
shared.stream = 2
|
||||||
self.assertTrue(obj.is_valid())
|
self.assertTrue(obj.is_valid())
|
||||||
|
|
||||||
obj.object_payload = \
|
# obj.data = struct.pack(...
|
||||||
b'TIGER, tiger, burning bright. In the forests of the night'
|
# obj.object_payload = \
|
||||||
self.assertFalse(obj.is_valid())
|
# b'TIGER, tiger, burning bright. In the forests of the night'
|
||||||
|
# self.assertFalse(obj.is_valid())
|
||||||
|
|
||||||
def test_proofofwork(self):
|
def test_proofofwork(self):
|
||||||
"""Check the main proofofwork call and worker"""
|
"""Check the main proofofwork call and worker"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user