From 96ce5a586011941a533659f642304f7ddf3288b3 Mon Sep 17 00:00:00 2001 From: arhag Date: Wed, 25 Sep 2019 16:23:38 -0400 Subject: [PATCH] correct designator order for field of get_table_rows_params; fixes unpinned builds on centos --- tests/get_table_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/get_table_tests.cpp b/tests/get_table_tests.cpp index 081708059b2..f6d66de136a 100644 --- a/tests/get_table_tests.cpp +++ b/tests/get_table_tests.cpp @@ -517,10 +517,10 @@ BOOST_FIXTURE_TEST_CASE( get_table_next_key_test, TESTER ) try { chain_apis::read_only plugin(*(this->control), fc::microseconds::maximum()); chain_apis::read_only::get_table_rows_params params{ + .json=true, .code=N(test), .scope="test", - .limit=1, - .json=true + .limit=1 }; params.table = N(numobjs);