From 12ef66731232f8e2079c8ecd7522c1fb243b3923 Mon Sep 17 00:00:00 2001 From: Sandip Patel Date: Sat, 14 Sep 2019 14:26:42 +0530 Subject: [PATCH] Fixed account_history_pagination test --- tests/cli/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cli/main.cpp b/tests/cli/main.cpp index b94e1b1a..aea501b6 100644 --- a/tests/cli/main.cpp +++ b/tests/cli/main.cpp @@ -27,6 +27,7 @@ #include #include +#include #include #include @@ -117,6 +118,7 @@ std::shared_ptr start_application(fc::temp_directory std::shared_ptr app1(new graphene::app::application{}); app1->register_plugin< graphene::bookie::bookie_plugin>(); + app1->register_plugin(); app1->startup_plugins(); boost::program_options::variables_map cfg; #ifdef _WIN32