Use ArgumentMatchers.anyCollection() 11/105411/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Apr 2023 06:58:49 +0000 (08:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 12 Apr 2023 09:36:44 +0000 (11:36 +0200)
commite2425b502c161d608e58fc143caa04f702b25309
treee619ca0760f96595cd0422451e4c1d25f96c1466
parent1b2e198e1764122831a9e3b11abafca5973dad7f
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>
(cherry picked from commit 55ac0d700c4b20f145924b169b938321dc10a476)
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