mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Resolve file conflict w/ master
This commit is contained in:
parent
4aa4270ed9
commit
1507a2c791
@ -65,9 +65,12 @@ import org.junit.jupiter.api.TestMethodOrder;
|
|||||||
|
|
||||||
import static bisq.apitest.Scaffold.BitcoinCoreApp.bitcoind;
|
import static bisq.apitest.Scaffold.BitcoinCoreApp.bitcoind;
|
||||||
import static bisq.apitest.config.BisqAppConfig.alicedaemon;
|
import static bisq.apitest.config.BisqAppConfig.alicedaemon;
|
||||||
import static bisq.core.locale.CurrencyUtil.*;
|
import static bisq.core.locale.CurrencyUtil.getAllAdvancedCashCurrencies;
|
||||||
|
import static bisq.core.locale.CurrencyUtil.getAllMoneyGramCurrencies;
|
||||||
|
import static bisq.core.locale.CurrencyUtil.getAllRevolutCurrencies;
|
||||||
|
import static bisq.core.locale.CurrencyUtil.getAllUpholdCurrencies;
|
||||||
import static bisq.core.payment.payload.PaymentMethod.*;
|
import static bisq.core.payment.payload.PaymentMethod.*;
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
import static org.junit.jupiter.api.Assertions.fail;
|
import static org.junit.jupiter.api.Assertions.fail;
|
||||||
import static org.junit.jupiter.api.MethodOrderer.OrderAnnotation;
|
import static org.junit.jupiter.api.MethodOrderer.OrderAnnotation;
|
||||||
|
|
||||||
@ -746,7 +749,6 @@ public class CreatePaymentAccountTest extends AbstractPaymentAccountTest {
|
|||||||
String jsonString = getCompletedFormAsJsonString();
|
String jsonString = getCompletedFormAsJsonString();
|
||||||
TransferwiseAccount paymentAccount = (TransferwiseAccount) createPaymentAccount(alicedaemon, jsonString);
|
TransferwiseAccount paymentAccount = (TransferwiseAccount) createPaymentAccount(alicedaemon, jsonString);
|
||||||
verifyUserPayloadHasPaymentAccountWithId(paymentAccount.getId());
|
verifyUserPayloadHasPaymentAccountWithId(paymentAccount.getId());
|
||||||
verifyUserPayloadHasPaymentAccountWithId(paymentAccount.getId());
|
|
||||||
// As per commit 88f26f93241af698ae689bf081205d0f9dc929fa
|
// As per commit 88f26f93241af698ae689bf081205d0f9dc929fa
|
||||||
// Do not autofill all currencies by default but keep all unselected.
|
// Do not autofill all currencies by default but keep all unselected.
|
||||||
// verifyAccountTradeCurrencies(getAllTransferwiseCurrencies(), paymentAccount);
|
// verifyAccountTradeCurrencies(getAllTransferwiseCurrencies(), paymentAccount);
|
||||||
|
Loading…
Reference in New Issue
Block a user