Skip to content

Commit

Permalink
Merge 'fix-2587-test' into testnet_release
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Jul 3, 2023
2 parents 306eeab + 849a094 commit 0cb02c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/bsrm_indvd_settlement_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -974,8 +974,8 @@ BOOST_AUTO_TEST_CASE( individual_settlement_to_fund_and_no_feed )
BOOST_CHECK_THROW( force_settle( seller, asset(100001,mpa_id) ), fc::exception );

// Advance to core-2587 hard fork
generate_blocks(HARDFORK_CORE_2587_TIME - mi);
generate_blocks(db.get_dynamic_global_properties().next_maintenance_time);
generate_blocks( HARDFORK_CORE_2587_TIME );
generate_block();
set_expiration( db, trx );

// able to settle more than the fund
Expand Down

0 comments on commit 0cb02c3

Please sign in to comment.