From b1d759021b1e7128c34af6f4e4444308614dadad Mon Sep 17 00:00:00 2001 From: Sandip Patel Date: Mon, 30 Sep 2019 10:21:09 +0530 Subject: [PATCH] Fixed Spacing issues --- tests/cli/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/cli/main.cpp b/tests/cli/main.cpp index fcaf0b8a..aceae279 100644 --- a/tests/cli/main.cpp +++ b/tests/cli/main.cpp @@ -516,7 +516,7 @@ BOOST_FIXTURE_TEST_CASE( account_history_pagination, cli_fixture ) "1.3.0", "Here are some CORE token for your new account", true); } - BOOST_CHECK(generate_block(app1)); + BOOST_CHECK(generate_block(app1)); // now get account history and make sure everything is there (and no duplicates) std::vector history = con.wallet_api_ptr->get_account_history("jmjatlanta", 300); @@ -790,7 +790,8 @@ graphene::wallet::plain_keys decrypt_keys( const std::string& password, const ve return fc::raw::unpack( decrypted ); } -BOOST_AUTO_TEST_CASE( saving_keys_wallet_test ) { +BOOST_AUTO_TEST_CASE( saving_keys_wallet_test ) +{ cli_fixture cli; cli.con.wallet_api_ptr->import_balance( "nathan", cli.nathan_keys, true );