Adjust test for a new payment method

This commit is contained in:
ghubstan 2020-11-26 17:20:29 -03:00
parent 5a06e4ea3e
commit 8fd578614d
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -43,7 +43,7 @@ public class GetPaymentMethodsTest extends MethodTest {
.stream()
.map(p -> p.getId())
.collect(Collectors.toList());
assertEquals(28, paymentMethodIds.size());
assertEquals(29, paymentMethodIds.size());
}
@AfterAll