Skip to content

Commit

Permalink
GH-1916 Revert additional test asserts for now
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Nov 21, 2023
1 parent 260735c commit c2d4919
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions unittests/api_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3883,13 +3883,6 @@ BOOST_AUTO_TEST_CASE(set_finalizer_test) { try {
BOOST_TEST(std::get<hs_finalizer_set_extension>(*ext).generation == 1);
BOOST_TEST(std::get<hs_finalizer_set_extension>(*ext).fthreshold == producers.size() / 3 * 2);

block = t.produce_block();

BOOST_TEST(block->confirmed == std::numeric_limits<uint16_t>::max());
block_state_ptr block_state = t.control->fetch_block_state_by_id(block->calculate_id());
BOOST_REQUIRE(!!block_state);
BOOST_TEST(block_state->dpos_irreversible_blocknum == hs_dpos_irreversible_blocknum);

} FC_LOG_AND_RETHROW() }

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit c2d4919

Please sign in to comment.