Skip to content

Commit

Permalink
Merge pull request #2755 from bitshares/fix-tests
Browse files Browse the repository at this point in the history
Fix a test case
  • Loading branch information
abitmore committed Jun 25, 2023
2 parents 7548e6b + 16c7798 commit c6c7767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/credit_offer_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ BOOST_AUTO_TEST_CASE( credit_deal_auto_repay_hardfork_time_test )

// Before the hard fork, unable to update a credit deal
// or update with proposals
BOOST_CHECK_THROW( update_credit_deal( sam_id, cd11_id, 1 ), fc::exception );
BOOST_CHECK_THROW( update_credit_deal( ray_id, cd11_id, 1 ), fc::exception );

credit_deal_update_operation updop = make_credit_deal_update_op( sam_id, cd11_id, 1 );
credit_deal_update_operation updop = make_credit_deal_update_op( ray_id, cd11_id, 1 );
BOOST_CHECK_THROW( propose( updop ), fc::exception );

} FC_LOG_AND_RETHROW() }
Expand Down

0 comments on commit c6c7767

Please sign in to comment.