mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
didn't mean to check that in
This commit is contained in:
@@ -39,8 +39,8 @@ buster.testCase("Fee Changes", {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
buster.testCase("Sending", {
|
buster.testCase("Sending", {
|
||||||
//'setUp' : testutils.build_setup(),
|
'setUp' : testutils.build_setup(),
|
||||||
'setUp' : testutils.build_setup({verbose: true , no_server: true}),
|
//'setUp' : testutils.build_setup({verbose: true , no_server: true}),
|
||||||
'tearDown' : testutils.build_teardown(),
|
'tearDown' : testutils.build_teardown(),
|
||||||
|
|
||||||
"send XRP to non-existent account with insufficent fee" :
|
"send XRP to non-existent account with insufficent fee" :
|
||||||
@@ -974,7 +974,7 @@ buster.testCase("Indirect ripple", {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
"=> indirect ripple with path" :
|
"indirect ripple with path" :
|
||||||
function (done) {
|
function (done) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user