Skip to content

Commit

Permalink
Fix build on Linux - remove redundant semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Muratov <[email protected]>
  • Loading branch information
muratovv authored and x3medima17 committed Mar 30, 2018
1 parent fd0e299 commit eefe96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module/irohad/synchronizer/synchronizer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ MATCHER_P(NewBlockMatcher,
"is shared_model Block is equal to the old model Block ") {
std::unique_ptr<iroha::model::Block> old_block(arg.makeOldModel());
return *old_block == block;
};
}

TEST_F(SynchronizerTest, ValidWhenInitialized) {
// synchronizer constructor => on_commit subscription called
Expand Down

0 comments on commit eefe96e

Please sign in to comment.