Lints test/utils (#1575)

* rename model tests

* rename util tests

* turn off `any` complaints in linter

* other linter changes

* fix xrp <-> drops methods

* lint generateAddress

* fix rest of tests
This commit is contained in:
Mayukha Vadari
2021-09-01 14:15:49 -04:00
parent b53bc2bc97
commit 91cc9e0461
27 changed files with 129 additions and 123 deletions

View File

@@ -9,7 +9,7 @@ import { verifyAccountDelete } from "../../src/models/transactions/accountDelete
*
* Providing runtime verification testing for each specific transaction type.
*/
describe("AccountDelete Transaction Verification", function () {
describe("AccountDelete", function () {
it(`verifies valid AccountDelete`, function () {
const validAccountDelete = {
TransactionType: "AccountDelete",