From c4cbc509d3ea03153881e8ddf62cc6e1c5283a2b Mon Sep 17 00:00:00 2001 From: jed Date: Wed, 6 Feb 2013 11:39:47 -0800 Subject: [PATCH] didn't mean to check that in --- test/send-test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/send-test.js b/test/send-test.js index d9d6c91761..b21cba3a38 100644 --- a/test/send-test.js +++ b/test/send-test.js @@ -39,8 +39,8 @@ buster.testCase("Fee Changes", { */ buster.testCase("Sending", { - //'setUp' : testutils.build_setup(), - 'setUp' : testutils.build_setup({verbose: true , no_server: true}), + 'setUp' : testutils.build_setup(), + //'setUp' : testutils.build_setup({verbose: true , no_server: true}), 'tearDown' : testutils.build_teardown(), "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) { var self = this;