mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Update common/src/test/java/bisq/common/util/PermutationTest.java
Co-Authored-By: ManfredKarrer <mk@nucleo.io>
This commit is contained in:
parent
aff5a551bc
commit
46dfaf280f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public class PermutationTest {
|
|||
assertTrue(expected.toString().equals(result.toString()));
|
||||
|
||||
// don't remove as invalid index
|
||||
indicesToRemove = indicesToRemove = Collections.singletonList(-2);
|
||||
indicesToRemove = Collections.singletonList(-2);
|
||||
expected = new ArrayList<>(list);
|
||||
result = PermutationUtil.getPartialList(list, indicesToRemove);
|
||||
assertTrue(expected.toString().equals(result.toString()));
|
||||
|
|
Loading…
Add table
Reference in a new issue