From 7c1966247b4fc29f130a12063e4c2d61d4e04b10 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Sun, 27 Oct 2019 09:10:53 -0300 Subject: [PATCH] adapt gpos_tests to changed flag --- tests/tests/gpos_tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests/gpos_tests.cpp b/tests/tests/gpos_tests.cpp index 5ee36a9e..fb3f6987 100644 --- a/tests/tests/gpos_tests.cpp +++ b/tests/tests/gpos_tests.cpp @@ -110,6 +110,7 @@ struct gpos_fixture: database_fixture op.account = account_id; op.new_options = account_id(db).options; op.new_options->votes.insert(vote_for); + op.extensions.value.update_last_voting_time = true; trx.operations.push_back(op); set_expiration(db, trx); trx.validate();