Commit b20bccd Iulian Masar
committed
1 parent a51a17f commit b20bccd Copy full SHA for b20bccd
File tree 1 file changed +2
-2
lines changed
src/test/java/com/mangopay/core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ protected Wallet getJohnsWallet() throws Exception {
446
446
* @return Wallet instance loaded with 10k EUR.
447
447
*/
448
448
protected Wallet getJohnsWalletWithMoney () throws Exception {
449
- return getJohnsWalletWithMoney (500 );
449
+ return getJohnsWalletWithMoney (1000 );
450
450
}
451
451
452
452
/**
@@ -1914,7 +1914,7 @@ protected ConversionQuote createConversionQuote() throws Exception {
1914
1914
1915
1915
Money debitedFunds = new Money ();
1916
1916
debitedFunds .setCurrency (CurrencyIso .EUR );
1917
- debitedFunds .setAmount (50 );
1917
+ debitedFunds .setAmount (1 );
1918
1918
conversionQuote .setDebitedFunds (debitedFunds );
1919
1919
1920
1920
conversionQuote .setDuration (300 );
You can’t perform that action at this time.
0 commit comments