Skip to content

Commit 2d6799d

Browse files
committed
mtgox > root
1 parent 7ad76ab commit 2d6799d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/no-ripple-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ suite('TrustSet with NoRipple flag', function() {
3131
function (callback) {
3232
self.what = 'Check a non-existent credit limit';
3333

34-
$.remote.request_ripple_balance('alice', 'mtgox', 'USD', 'CURRENT', function(err) {
34+
$.remote.request_ripple_balance('alice', 'root', 'USD', 'CURRENT', function(err) {
3535
assert.strictEqual('remoteError', err.error);
3636
assert.strictEqual('entryNotFound', err.remote.error);
3737
callback();

0 commit comments

Comments
 (0)