From 4ab11d14f3345432f5c78dac7ca8902450000010 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sat, 19 Jan 2013 16:35:21 -0800 Subject: [PATCH] UT: Fix Issue #5 test. --- test/path-test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/path-test.js b/test/path-test.js index 5c6ee0a0f1..d10a97e3bd 100644 --- a/test/path-test.js +++ b/test/path-test.js @@ -691,11 +691,11 @@ buster.testCase("Issues", { callback); }, function (callback) { - self.what = "Alice sends via a path"; + // 4. acct 2 sent acct 3 a 75 iou + self.what = "Bob sends Carol 75."; self.remote.transaction() - .payment("alice", "bob", "55/USD/mtgox") - .path_add( [ { account: "carol" } ]) + .payment("bob", "carol", "75/USD/bob") .on('proposed', function (m) { // console.log("proposed: %s", JSON.stringify(m));