mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
UT: Added verbosity and no_server options to setUp routine.
This commit is contained in:
@@ -11,7 +11,7 @@ var testutils = require("./testutils.js");
|
||||
buster.testRunner.timeout = 5000;
|
||||
|
||||
buster.testCase("Offer tests", {
|
||||
'setUp' : testutils.test_setup,
|
||||
'setUp' : testutils.build_setup(),
|
||||
'tearDown' : testutils.test_teardown,
|
||||
|
||||
"offer create then cancel in one ledger" :
|
||||
|
||||
Reference in New Issue
Block a user