From 00b7893c9cca6befec9c18d877b4daa57fd913c6 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sat, 27 Oct 2012 17:01:33 -0700 Subject: [PATCH] UT: Fix build tearDown for send-test.js --- test/send-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/send-test.js b/test/send-test.js index d0d32201c..13ca51376 100644 --- a/test/send-test.js +++ b/test/send-test.js @@ -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) {