mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-26 23:25:49 +00:00
Fix lint errors in amount-test.js
This commit is contained in:
@@ -4,6 +4,7 @@ var assert = require('assert');
|
||||
var Amount = require('ripple-lib').Amount;
|
||||
var UInt160 = require('ripple-lib').UInt160;
|
||||
|
||||
|
||||
describe('Amount', function() {
|
||||
describe('Negatives', function() {
|
||||
it('Number 1', function() {
|
||||
|
||||
Reference in New Issue
Block a user