Adjust newly merged code to new API

This commit is contained in:
Miha Čančula 2019-09-02 11:13:46 +02:00
parent 1b4b5d7b24
commit 43bfc3edc3
No known key found for this signature in database
GPG key ID: 84D83487B62026E0

View file

@ -2393,7 +2393,7 @@ BOOST_AUTO_TEST_CASE(event_driven_standard_progression_3)
// and group will cease to exist. The event should transition to "canceled", then be removed
fc::variants objects_from_bookie = bookie_api.get_objects({capitals_vs_blackhawks_id});
BOOST_CHECK_EQUAL(objects_from_bookie[0]["status"].as<std::string>(), "canceled");
BOOST_CHECK_EQUAL(objects_from_bookie[0]["status"].as<std::string>(1), "canceled");
} FC_LOG_AND_RETHROW()
}