From c25f0b88f02b155cb3a2aa053c8bf5010777edb6 Mon Sep 17 00:00:00 2001 From: Bobinson Bobby Date: Thu, 26 Sep 2019 03:27:57 +0530 Subject: [PATCH] vesting_balance_type correction vesting_balance_type changed to normal --- tests/tests/operation_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/operation_tests.cpp b/tests/tests/operation_tests.cpp index 040821f2..e04db96c 100644 --- a/tests/tests/operation_tests.cpp +++ b/tests/tests/operation_tests.cpp @@ -1651,7 +1651,7 @@ BOOST_AUTO_TEST_CASE( vesting_balance_withdraw_test ) create_op.owner = owner; create_op.amount = amount; create_op.policy = cdd_vesting_policy_initializer(vesting_seconds); - create_op.balance_type = vesting_balance_type::unspecified; + create_op.balance_type = vesting_balance_type::normal; tx.operations.push_back( create_op ); set_expiration( db, tx );