forked from bisq-network/bisq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up TxValidatorTest & resource loading in other tests
Fix inspection warnings and other minor defects (unchecked casts, bad 'assert*' usage, unused assignments/declarations, missing null checks, object equality on enum instances, needless statement lambdas, missing final, redundant 'toString', needless visibility) in 'TxValidatorTest'. Also, uniformise and slightly tidy resource loading in other test classes, replacing 'Files.readAllBytes' with Java 11 'Files.readString' (which assumes UTF-8 as desired, instead of the default charset).
- Loading branch information
Showing
4 changed files
with
84 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.