Skip to content

Commit b20bccd

Browse files
author
Iulian Masar
committed
updated test wallet amounts
1 parent a51a17f commit b20bccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/mangopay/core/BaseTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ protected Wallet getJohnsWallet() throws Exception {
446446
* @return Wallet instance loaded with 10k EUR.
447447
*/
448448
protected Wallet getJohnsWalletWithMoney() throws Exception {
449-
return getJohnsWalletWithMoney(500);
449+
return getJohnsWalletWithMoney(1000);
450450
}
451451

452452
/**
@@ -1914,7 +1914,7 @@ protected ConversionQuote createConversionQuote() throws Exception {
19141914

19151915
Money debitedFunds = new Money();
19161916
debitedFunds.setCurrency(CurrencyIso.EUR);
1917-
debitedFunds.setAmount(50);
1917+
debitedFunds.setAmount(1);
19181918
conversionQuote.setDebitedFunds(debitedFunds);
19191919

19201920
conversionQuote.setDuration(300);

0 commit comments

Comments
 (0)