mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Adjust test for a new payment method
This commit is contained in:
parent
5a06e4ea3e
commit
8fd578614d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class GetPaymentMethodsTest extends MethodTest {
|
||||||
.stream()
|
.stream()
|
||||||
.map(p -> p.getId())
|
.map(p -> p.getId())
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
assertEquals(28, paymentMethodIds.size());
|
assertEquals(29, paymentMethodIds.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterAll
|
@AfterAll
|
||||||
|
|
Loading…
Add table
Reference in a new issue