Skip to content

Commit

Permalink
Remove non implemented test
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio committed Oct 6, 2023
1 parent 990ece2 commit 854479b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/eosio.system_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 854479b

Please sign in to comment.