change indentation of the son tests
This commit is contained in:
parent
5dcb55c992
commit
6efbf84339
1 changed files with 56 additions and 56 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue