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

@@ -3,7 +3,7 @@ import requests from "../fixtures/requests";
import responses from "../fixtures/responses";
import { assertResultMatch } from "../testUtils";
describe("Verify Payment Channel Claim", function () {
describe("verifyPaymentChannelClaim", function () {
it("basic verification works", function () {
const publicKey =
"02F89EAEC7667B30F33D0687BBA86C3FE2A08CCA40A9186C5BDE2DAA6FA97A37D8";