bisq/p2p/src/test
chimp1984 49d212e654
Fix tests.
I don't know why the tests failed as I just added an overloaded method
and it should not have any impact. There is also one exception which
makes it even more obscure. I guess its some test framework issue.

See comment at the exceptional handling
// If we remove the last argument (isNull()) tests fail. No idea why as the broadcast method has an
/ overloaded method with nullable listener. Seems a testframework issue as it should not matter if the
// method with listener is called with null argument or the other method with no listener. We removed the
// null value from all other calls but here we can't as it breaks the test.
2020-08-30 10:37:46 -05:00
..
java/bisq/network Fix tests. 2020-08-30 10:37:46 -05:00
resources/mockito-extensions [PR COMMENTS] Don't use the real Alert class 2019-11-05 08:08:28 -08:00