UT: Fix build tearDown for send-test.js

This commit is contained in:
Arthur Britto
2012-10-27 17:01:33 -07:00
parent 67c68cb4df
commit 00b7893c9c

View File

@@ -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) {