mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-06 15:13:14 +00:00
Add missing assertion
This commit is contained in:
parent
6d86b131c4
commit
2faa30be55
1
carnot/__init__.py
Normal file
1
carnot/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from .carnot import *
|
||||
@ -190,6 +190,7 @@ class TestCarnotHappyPath(TestCase):
|
||||
new_block_1 = leader.latest_event
|
||||
self.assertEqual(new_block_1.view, 2)
|
||||
self.assertEqual(new_block_1.qc.view, 1)
|
||||
self.assertEqual(new_block_1.qc.high_qc().view, 0)
|
||||
self.assertEqual(leader.last_timeout_view_qc.view, 1)
|
||||
self.assertEqual(leader.local_high_qc.view, 0)
|
||||
self.assertEqual(leader.highest_voted_view, 1)
|
||||
self.assertEqual(leader.highest_voted_view, 1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user