Re-enable payment_wait test

This commit is contained in:
Lee Bousfield 2018-01-18 05:43:09 -07:00 committed by androm3da
commit 92169180fd

View file

@ -1171,7 +1171,7 @@ TEST (rpc, payment_begin_locked)
ASSERT_FALSE (response1.json.get<std::string> ("error").empty ());
}
TEST (rpc, DISABLED_payment_wait)
TEST (rpc, payment_wait)
{
rai::system system (24000, 1);
rai::node_init init1;