mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-03 01:49:54 -05:00
only test crypto payment accounts
This commit is contained in:
parent
e66f6b4854
commit
edc0f04498
@ -128,7 +128,9 @@ test("Can get my offers", async () => {
|
||||
test("Can get payment accounts", async () => {
|
||||
let paymentAccounts: PaymentAccount[] = await alice.getPaymentAccounts();
|
||||
for (let paymentAccount of paymentAccounts) {
|
||||
testCryptoPaymentAccount(paymentAccount);
|
||||
if (paymentAccount.getPaymentAccountPayload()!.getCryptoCurrencyAccountPayload()) { // TODO (woodser): test non-crypto
|
||||
testCryptoPaymentAccount(paymentAccount);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user