Skip to content

Commit

Permalink
Merge pull request #2754 from bitshares/update-comment
Browse files Browse the repository at this point in the history
Fix a comment in a test case
  • Loading branch information
abitmore committed Jun 24, 2023
2 parents dff65c3 + b99d62f commit 7548e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/liquidity_pool_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ BOOST_AUTO_TEST_CASE( liquidity_pool_update_test )
BOOST_CHECK( lpo1.withdrawal_fee_percent == 0 );
BOOST_CHECK( lpo1.virtual_value == 200 );

// Sam is able to update lpo2 if to update its withdrawal fee to 0
// Ted is able to update lpo2 if to update its withdrawal fee to 0
update_liquidity_pool( ted_id, lpo2.get_id(), 2, 0 );

BOOST_CHECK( lpo2.asset_a == core.id );
Expand Down

0 comments on commit 7548e6b

Please sign in to comment.