adapt gpos_tests to changed flag

This commit is contained in:
Alfredo Garcia 2019-10-27 09:10:53 -03:00
parent 84f30926bc
commit 7c1966247b

View file

@ -110,6 +110,7 @@ struct gpos_fixture: database_fixture
op.account = account_id; op.account = account_id;
op.new_options = account_id(db).options; op.new_options = account_id(db).options;
op.new_options->votes.insert(vote_for); op.new_options->votes.insert(vote_for);
op.extensions.value.update_last_voting_time = true;
trx.operations.push_back(op); trx.operations.push_back(op);
set_expiration(db, trx); set_expiration(db, trx);
trx.validate(); trx.validate();