Bump upstreams for Silicon
[netconf.git] / netconf / netconf-topology-singleton / src / test / java / org / opendaylight / netconf / topology / singleton / impl / NetconfNodeManagerTest.java
index fa6d7c5148decaa3810aa3401f11bea0cfa8d011..de17d6f58887ad338fc62e00efa93a1be0fd0606 100644 (file)
@@ -381,7 +381,6 @@ public class NetconfNodeManagerTest extends AbstractBaseSchemasTest {
 
         doNothing().when(mockMountPointReg).close();
 
-        doReturn(mockMountPointBuilder).when(mockMountPointBuilder).addInitialSchemaContext(any());
         doReturn(mockMountPointBuilder).when(mockMountPointBuilder).addService(any(), any());
         doReturn(mockMountPointReg).when(mockMountPointBuilder).register();