mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
UT: Fix build tearDown for send-test.js
This commit is contained in:
@@ -449,7 +449,7 @@ buster.testCase("Sending future", {
|
||||
|
||||
buster.testCase("Indirect ripple", {
|
||||
'setUp' : testutils.build_setup({ verbose: false, no_server: false }),
|
||||
'tearDown' : testutils.test_teardown,
|
||||
'tearDown' : testutils.build_teardown(),
|
||||
|
||||
"indirect ripple" :
|
||||
function (done) {
|
||||
|
||||
Reference in New Issue
Block a user