mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
32d4a8f50d
Since the 'MockitoAnnotations.initMocks' method used to initialise @Mock, @Spy, etc. fields is deprecated, use MockitoSession instead, as suggested by the Javadoc. (Or just remove the call, if the test class is not actually using any Mockito annotations.) This allows strict stubbing (the default for Mockito 4), though it must be configured to be lenient in the P2P test classes, to prevent failures due to unused stubs. |
||
---|---|---|
.. | ||
.tx | ||
src | ||
build.gradle | ||
update_translations.sh |