Skip to content

Commit

Permalink
Remove CallExact validation from getBlocks observable completion test
Browse files Browse the repository at this point in the history
  • Loading branch information
lebdron committed Aug 12, 2017
1 parent 01f9d26 commit f3b6dc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/module/irohad/ametsuchi/ametsuchi_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ namespace iroha {
const auto &top_hash) { return true; });
storage->commit(std::move(ms));

auto times_wrapper =
make_test_subscriber<CallExact>(storage->getBlocks(1, 1), 1);
times_wrapper.subscribe();
ASSERT_TRUE(times_wrapper.validate());

auto completed_wrapper =
make_test_subscriber<IsCompleted>(storage->getBlocks(1, 1));
completed_wrapper.subscribe();
Expand Down

0 comments on commit f3b6dc6

Please sign in to comment.