square / subzero

Block's Bitcoin Cold Storage solution.
Apache License 2.0
677 stars 93 forks source link

[java] remove unused mockito dependency #657

Closed ivmaykov closed 1 year ago

ivmaykov commented 1 year ago

The unit test passes without the MockitoJUnitRunner annotation, and mockito is not actually used to mock anything in the body of the test.

Tested on MacOS 13.4.1 and Ubuntu 22.04