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

Commit

Permalink
Unit test for KEP-903
Browse files Browse the repository at this point in the history
  • Loading branch information
paularchard committed Jan 23, 2019
1 parent 01c6367 commit 04eba7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pbft/test/pbft_newview_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ namespace bzn

EXPECT_EQ(PBFT_MSG_NEWVIEW, newview.type());
EXPECT_EQ(new_view_index, newview.view());
EXPECT_EQ(this->pbft->next_issued_sequence_number, current_sequence + 1);
}

TEST_F(pbft_newview_test, test_get_primary)
Expand Down

0 comments on commit 04eba7a

Please sign in to comment.