Use TAP reporter

This commit is contained in:
wltsmrz
2015-01-14 15:21:48 -08:00
parent 11d73173b8
commit 6cd79e7237
2 changed files with 1 additions and 2 deletions

View File

@@ -1199,7 +1199,6 @@ describe('Amount', function() {
});
it ('from_json minimum XRP', function() {
console.log('max', Amount.bi_xns_max.toString());
var amt = Amount.from_json('-9000000000000000000');
assert.strictEqual(amt.to_json(), '-9000000000000000000');
});