Skip to content

Commit

Permalink
mtgox > root
Browse files Browse the repository at this point in the history
  • Loading branch information
wltsmrz committed Oct 25, 2013
1 parent 7ad76ab commit 2d6799d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/no-ripple-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ suite('TrustSet with NoRipple flag', function() {
function (callback) {
self.what = 'Check a non-existent credit limit';

$.remote.request_ripple_balance('alice', 'mtgox', 'USD', 'CURRENT', function(err) {
$.remote.request_ripple_balance('alice', 'root', 'USD', 'CURRENT', function(err) {
assert.strictEqual('remoteError', err.error);
assert.strictEqual('entryNotFound', err.remote.error);
callback();
Expand Down

0 comments on commit 2d6799d

Please sign in to comment.