mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
UT: Fix build_teardown merge error.
This commit is contained in:
@@ -2711,3 +2711,4 @@ Json::Value RPCHandler::doUnlLoad(const Json::Value& params)
|
|||||||
return "loading";
|
return "loading";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// vim:ts=4
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ exports.build_setup = build_setup;
|
|||||||
exports.create_accounts = create_accounts;
|
exports.create_accounts = create_accounts;
|
||||||
exports.credit_limit = credit_limit;
|
exports.credit_limit = credit_limit;
|
||||||
exports.payment = payment;
|
exports.payment = payment;
|
||||||
exports.test_teardown = test_teardown;
|
exports.build_teardown = build_teardown;
|
||||||
exports.verify_balance = verify_balance;
|
exports.verify_balance = verify_balance;
|
||||||
|
|
||||||
// vim:sw=2:sts=2:ts=8
|
// vim:sw=2:sts=2:ts=8
|
||||||
|
|||||||
Reference in New Issue
Block a user