XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
144 stars 83 forks source link

fix(tests): allow fund_wallet to be used in integration tests #619

Closed mvadari closed 1 year ago

mvadari commented 1 year ago

High Level Overview of Change

Title says it all.

Context of Change

The methods in it_utils have a special naming convention that needs to be followed in order for them to be used in integration tests.

Type of Change

Test Plan

CI passes.