Skip to content

Commit c6c7767

Browse files
authored
Merge pull request #2755 from bitshares/fix-tests
Fix a test case
2 parents 7548e6b + 16c7798 commit c6c7767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests/credit_offer_tests.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ BOOST_AUTO_TEST_CASE( credit_deal_auto_repay_hardfork_time_test )
179179

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

184-
credit_deal_update_operation updop = make_credit_deal_update_op( sam_id, cd11_id, 1 );
184+
credit_deal_update_operation updop = make_credit_deal_update_op( ray_id, cd11_id, 1 );
185185
BOOST_CHECK_THROW( propose( updop ), fc::exception );
186186

187187
} FC_LOG_AND_RETHROW() }

0 commit comments

Comments
 (0)