Skip to content

Commit

Permalink
Adjust test for a new payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Nov 26, 2020
1 parent 5a06e4e commit 8fd5786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void testGetPaymentMethods() {
.stream()
.map(p -> p.getId())
.collect(Collectors.toList());
assertEquals(28, paymentMethodIds.size());
assertEquals(29, paymentMethodIds.size());
}

@AfterAll
Expand Down

0 comments on commit 8fd5786

Please sign in to comment.