change indentation of the son tests

This commit is contained in:
Alfredo Garcia 2019-09-21 09:56:23 -03:00
parent 5dcb55c992
commit 6efbf84339

View file

@ -40,7 +40,7 @@ public:
BOOST_FIXTURE_TEST_SUITE( son_operation_tests, database_fixture ) BOOST_FIXTURE_TEST_SUITE( son_operation_tests, database_fixture )
BOOST_AUTO_TEST_CASE( create_son_test ){ BOOST_AUTO_TEST_CASE( create_son_test ) {
std::string test_url = "https://create_son_test"; std::string test_url = "https://create_son_test";
test_create_son_member_evaluator test_eval( db ); test_create_son_member_evaluator test_eval( db );
son_create_operation op; son_create_operation op;