Skip to content

Commit

Permalink
Update comment for a test case for bsip77
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Apr 24, 2020
1 parent 49ea968 commit 4f02fcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/tests/operation_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,11 @@ BOOST_AUTO_TEST_CASE( asset_settle_cancel_operation_test_after_hf588 )
}
}

/// Tests the "initial_collateral_ratio" parameter can only be set after the BSIP77 hard fork
// TODO remove this test case after the hard fork
BOOST_AUTO_TEST_CASE( bsip77_hardfork_time_test )
/// Test case for bsip77:
/// * the "initial_collateral_ratio" parameter can only be set after the BSIP77 hard fork
/// * the parameter should be within a range
// TODO removed the hard fork part after the hard fork, keep the valid range part
BOOST_AUTO_TEST_CASE( bsip77_hardfork_time_and_param_valid_range_test )
{
try {

Expand Down

0 comments on commit 4f02fcf

Please sign in to comment.