mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
fix tests
This commit is contained in:
@@ -846,7 +846,7 @@ struct EscrowSmart_test : public beast::unit_test::suite
|
||||
env.close();
|
||||
|
||||
BEAST_EXPECTS(
|
||||
env.ownerCount(alice) == 16,
|
||||
env.ownerCount(alice) == 17,
|
||||
std::to_string(env.ownerCount(alice)));
|
||||
if (BEAST_EXPECTS(
|
||||
env.seq(alice) == 20, std::to_string(env.seq(alice))))
|
||||
@@ -881,7 +881,7 @@ struct EscrowSmart_test : public beast::unit_test::suite
|
||||
gasUsed == allowance, std::to_string(gasUsed));
|
||||
}
|
||||
BEAST_EXPECTS(
|
||||
env.ownerCount(alice) == 16,
|
||||
env.ownerCount(alice) == 17,
|
||||
std::to_string(env.ownerCount(alice)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user