Use ArgumentMatchers.anyCollection() 02/105202/5
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Apr 2023 06:58:49 +0000 (08:58 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 4 Apr 2023 08:57:40 +0000 (08:57 +0000)
commit55ac0d700c4b20f145924b169b938321dc10a476
tree1860438b1e700f06572d1f9b7d581d6150209c52
parent1a9684ec6ce9dae26b3292028f6a2b3fa5d61cc4
Use ArgumentMatchers.anyCollection()

Instead of using any(Collection.class) use better anyCollection()
method.

Change-Id: Icff803dd6379dc15dfca1d2ab1bf89319f583e22
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DataTreeCohortActorTest.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DataTreeCohortIntegrationTest.java