Bump upstreams
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / rests / services / impl / CreateStreamUtilTest.java
index b5bc8c7ae89d0c7dd4cb1ed92bdf5eabdbd641e1..21ba3ac595b0c8113932715215d26c50ed3aa279 100644 (file)
@@ -56,8 +56,8 @@ public class CreateStreamUtilTest {
         final DOMRpcResult result = CreateStreamUtil.createDataChangeNotifiStream(
             prepareDomPayload("create-data-change-event-subscription", RpcDefinition::getInput, "toaster", "path"),
             SCHEMA_CTX);
-        assertEquals(List.of(), result.getErrors());
-        final NormalizedNode testedNn = result.getResult();
+        assertEquals(List.of(), result.errors());
+        final NormalizedNode testedNn = result.value();
         assertNotNull(testedNn);
         final NormalizedNodePayload contextRef = prepareDomPayload("create-data-change-event-subscription",
             RpcDefinition::getOutput,