From b99d62f8af3b4eeb2abd35966bbbe622e2fdf3cc Mon Sep 17 00:00:00 2001 From: abitmore Date: Sat, 24 Jun 2023 17:07:36 +0000 Subject: [PATCH] Fix a comment in a test case --- tests/tests/liquidity_pool_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/liquidity_pool_tests.cpp b/tests/tests/liquidity_pool_tests.cpp index 2f40bf744..7f437d797 100644 --- a/tests/tests/liquidity_pool_tests.cpp +++ b/tests/tests/liquidity_pool_tests.cpp @@ -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 );