Skip to content

Commit d0f8b49

Browse files
committed
Corregido test
1 parent 4686918 commit d0f8b49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/integration/mx/openpay/core/client/full/LendingChargeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void merchantLendingCharge() throws OpenpayServiceException, ServiceUnava
6464
lendingBilling.setEmail("jose.lopez+1@openpay.com");
6565
lendingData.setBilling(lendingBilling);
6666

67-
List<LendingItems> lendingItemsList = new ArrayList<>();
67+
List<LendingItems> lendingItemsList = new ArrayList<LendingItems>();
6868
LendingItems lendingItems = new LendingItems();
6969
lendingItems.setName("Tenis zoom 5");
7070
lendingItems.setDescription("Nike Air Zoom Wild Horse 5, Color Blanco Talla 32");
@@ -141,7 +141,7 @@ public void customerLendingCharge() throws OpenpayServiceException, ServiceUnava
141141
lendingBilling.setEmail("jose.lopez+1@openpay.com");
142142
lendingData.setBilling(lendingBilling);
143143

144-
List<LendingItems> lendingItemsList = new ArrayList<>();
144+
List<LendingItems> lendingItemsList = new ArrayList<LendingItems>();
145145
LendingItems lendingItems = new LendingItems();
146146
lendingItems.setName("Tenis zoom 5");
147147
lendingItems.setDescription("Nike Air Zoom Wild Horse 5, Color Blanco Talla 32");

0 commit comments

Comments
 (0)