Skip to content

Commit

Permalink
Fix: vote equivocatory test
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Jul 19, 2023
1 parent c4da901 commit 6345a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/verification/finality/vote_tracker_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ TEST_F(VoteTrackerTest, TestVoteEquivocatory) {
}

// test for equivocatory votes
t_block_hash_[0] = 0x42;
Timestamp timestamp = dist(rng);
Prevote vote( t_block_number_, t_block_hash_);
Id id{};
Expand Down

0 comments on commit 6345a7d

Please sign in to comment.