mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 10:46:54 +01:00
Apply codacy suggestions
This commit is contained in:
parent
4f685f8f4b
commit
6e3fdbc96a
1 changed files with 4 additions and 4 deletions
|
@ -50,8 +50,8 @@ public class CapabilitiesTest {
|
|||
assertFalse(new Capabilities(DAO_FULL_NODE).hasLess(new Capabilities(SEED_NODE)));
|
||||
|
||||
Capabilities all = new Capabilities(
|
||||
Capability.TRADE_STATISTICS,
|
||||
Capability.TRADE_STATISTICS_2,
|
||||
TRADE_STATISTICS,
|
||||
TRADE_STATISTICS_2,
|
||||
Capability.ACCOUNT_AGE_WITNESS,
|
||||
Capability.ACK_MSG,
|
||||
Capability.PROPOSAL,
|
||||
|
@ -64,8 +64,8 @@ public class CapabilitiesTest {
|
|||
Capability.TRADE_STATISTICS_HASH_UPDATE
|
||||
);
|
||||
Capabilities other = new Capabilities(
|
||||
Capability.TRADE_STATISTICS,
|
||||
Capability.TRADE_STATISTICS_2,
|
||||
TRADE_STATISTICS,
|
||||
TRADE_STATISTICS_2,
|
||||
Capability.ACCOUNT_AGE_WITNESS,
|
||||
Capability.ACK_MSG,
|
||||
Capability.PROPOSAL,
|
||||
|
|
Loading…
Add table
Reference in a new issue