Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-332 Fixes from Paul's review - returning comments that I had removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rnistuk committed Dec 6, 2018
1 parent e715ad1 commit e7a5e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pbft/test/pbft_proto_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ namespace bzn
void
pbft_proto_test::send_preprepare(uint64_t sequence, const bzn_envelope& request)
{
// after preprepare is sent, SUT will send out prepares to all nodes
EXPECT_CALL(*this->mock_node, send_message(_, ResultOf(test::is_prepare, Eq(true))))
.Times(Exactly(TEST_PEER_LIST.size()));

Expand Down

0 comments on commit e7a5e62

Please sign in to comment.