mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-04-16 05:53:09 -04:00
only test crypto payment accounts
This commit is contained in:
parent
ac087e6006
commit
0190000089
@ -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