From 30ebd96ebb86f14b92f5899c45e902911aa32449 Mon Sep 17 00:00:00 2001 From: mjalalzai <33738574+MForensic@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:09:39 -0700 Subject: [PATCH] Vote tests --- carnot/test_happy_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carnot/test_happy_path.py b/carnot/test_happy_path.py index e05ddfe..5251b90 100644 --- a/carnot/test_happy_path.py +++ b/carnot/test_happy_path.py @@ -208,7 +208,7 @@ class TestCarnotHappyPath(TestCase): self.assertEqual(carnot.highest_voted_view, 1) self.assertEqual(carnot.current_view, 1) - #2 If last_voted_view is incremented after calling vote. + #2 If last_voted_view is incremented after calling vote with votes lower than. def test_vote_for_received_block_if_threshold_votes_has_not_reached(self): class MockOverlay(Overlay):