Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/query/navigate/navigate_reverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@ BOOST_AUTO_TEST_CASE(query_navigate__to_block__always__expected)
BOOST_REQUIRE(query.set(test::block1, test::context, false, false));
BOOST_REQUIRE(query.set(test::block2, test::context, false, false));

// for to_strong/to_strongs
const auto hash0 = test::genesis.transaction_hashes(false).front();
const auto hash1 = test::block1.transaction_hashes(false).front();
const auto hash2 = test::block2.transaction_hashes(false).front();
const auto hash3 = test::block3.transaction_hashes(false).front();

// Either not strong or not found, except genesis.
BOOST_REQUIRE(!query.to_block(0).is_terminal());
BOOST_REQUIRE(query.to_block(1).is_terminal());
Expand Down