Adjust newly merged code to new API
This commit is contained in:
parent
1b4b5d7b24
commit
43bfc3edc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
// 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});
|
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()
|
} FC_LOG_AND_RETHROW()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue