Skip to content

Commit

Permalink
Remove a redundant check in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Nov 11, 2020
1 parent 3fe09ba commit 6d87ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests/liquidity_pool_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ BOOST_AUTO_TEST_CASE( liquidity_pool_exchange_test )
BOOST_REQUIRE( pools.front()->statistics.valid() );
BOOST_CHECK( pools.front()->statistics->id == ticker_id );
BOOST_CHECK_EQUAL( pools.front()->statistics->_24h_exchange_a2b_count, 1u );
BOOST_CHECK_EQUAL( pools.front()->statistics->_24h_exchange_a2b_count, 1u );
BOOST_CHECK_EQUAL( pools.front()->statistics->total_exchange_a2b_count, 1u );
BOOST_CHECK_EQUAL( pools.front()->statistics->_24h_exchange_b2a_count, 1u );
BOOST_CHECK_EQUAL( pools.front()->statistics->total_exchange_b2a_count, 1u );
Expand Down

0 comments on commit 6d87ac2

Please sign in to comment.