From 854479bd7f6827eed234735123b352ae44e46c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josejulio=20Mart=C3=ADnez?= Date: Fri, 6 Oct 2023 14:37:31 -0600 Subject: [PATCH] Remove non implemented test --- tests/eosio.system_tests.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/eosio.system_tests.cpp b/tests/eosio.system_tests.cpp index 96a57212..997c316f 100644 --- a/tests/eosio.system_tests.cpp +++ b/tests/eosio.system_tests.cpp @@ -368,16 +368,6 @@ BOOST_FIXTURE_TEST_CASE( stake_while_pending_refund, eosio_system_tester ) try { } FC_LOG_AND_RETHROW() -BOOST_FIXTURE_TEST_CASE( test_bps_rate, eosio_system_tester ) try { - BOOST_REQUIRE_EQUAL( - success(), - push_action("eosio"_n, "bpayrate", mvo() - ("tlos_price", 200), - ("total_telos_supply"), core_sym::from_string("420000000.0000") - ) - ); -} FC_LOG_AND_RETHROW() - BOOST_FIXTURE_TEST_CASE( fail_without_auth, eosio_system_tester ) try { // TELOS BEGIN activate_network();