We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad76ab commit 2d6799dCopy full SHA for 2d6799d
test/no-ripple-test.js
@@ -31,7 +31,7 @@ suite('TrustSet with NoRipple flag', function() {
31
function (callback) {
32
self.what = 'Check a non-existent credit limit';
33
34
- $.remote.request_ripple_balance('alice', 'mtgox', 'USD', 'CURRENT', function(err) {
+ $.remote.request_ripple_balance('alice', 'root', 'USD', 'CURRENT', function(err) {
35
assert.strictEqual('remoteError', err.error);
36
assert.strictEqual('entryNotFound', err.remote.error);
37
callback();
0 commit comments