Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iceseer committed Jan 22, 2020
1 parent 8aed32d commit 68ced0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module/irohad/consensus/yac/mock_yac_peer_orderer.hpp
Expand Up @@ -20,7 +20,7 @@ namespace iroha {
getOrdering,
boost::optional<ClusterOrdering>(
const YacHash &,
std::vector<std::shared_ptr<shared_model::interface::Peer>>));
std::vector<std::shared_ptr<shared_model::interface::Peer>> const&));

MockYacPeerOrderer() = default;

Expand Down

0 comments on commit 68ced0a

Please sign in to comment.