Bump upstreams
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / databroker / actors / dds / ClientSnapshotTest.java
index c5cdeb7df8f13c42e0ffe6c85c83eda16f7879fb..cc50a9ba580002eb72faf6fdeb950d2ae161c124 100644 (file)
@@ -19,7 +19,7 @@ import org.junit.Test;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 
 public class ClientSnapshotTest extends AbstractClientHandleTest<ClientSnapshot> {
-    private static final YangInstanceIdentifier PATH = YangInstanceIdentifier.empty();
+    private static final YangInstanceIdentifier PATH = YangInstanceIdentifier.of();
 
     @Before
     @Override