Lints src/common (#1595)

* lint errors (and remove unused error types)

* lint fee

* lint index

* lint ecdsa

* fix tests

* remove address tests from getFee

* fix more tests

* fix tests

* respond to comments
This commit is contained in:
Mayukha Vadari
2021-09-03 18:32:52 -05:00
parent e200de3073
commit a996fafe79
13 changed files with 137 additions and 152 deletions

View File

@@ -97,7 +97,7 @@ describe('client.getPaths', function () {
...REQUEST_FIXTURES.normal,
source: { address: addresses.NOTFOUND },
}),
this.client.errors.RippleError,
this.client.errors.XrplError,
)
})
// 'send all', function () {