mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user