[bisq-network/bisq] Add api method 'getpaymentmethods' (#4818)

sqrrm notifications at github.com
Tue Dec 1 12:55:28 CET 2020


@sqrrm commented on this pull request.

utACK

> +    public static void setUp() {
+        try {
+            setUpScaffold(bitcoind, alicedaemon);
+        } catch (Exception ex) {
+            fail(ex);
+        }
+    }
+
+    @Test
+    @Order(1)
+    public void testGetPaymentMethods() {
+        List<String> paymentMethodIds = getPaymentMethods(alicedaemon)
+                .stream()
+                .map(p -> p.getId())
+                .collect(Collectors.toList());
+        assertTrue(paymentMethodIds.size() > 25);

This seems like a fragile test as we continuously change the paymentMethods

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4818#pullrequestreview-541820918
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201201/001a8f2a/attachment.htm>


More information about the bisq-github mailing list