Bump MDSAL to 4.0.0
[bgpcep.git] / pcep / spi / src / test / java / org / opendaylight / protocol / pcep / spi / RegistryTest.java
index 53c49bc1b25ae947ba846518f5cecc94acf97616..6c58fe9148a3898240460d783894d089da141d30 100644 (file)
@@ -134,7 +134,7 @@ public class RegistryTest {
 
         doReturn(this.es).when(this.viTlv).getEnterpriseSpecificInformation();
 
-        doReturn(EnterpriseSpecificInformation.class).when(this.es).getImplementedInterface();
+        doReturn(EnterpriseSpecificInformation.class).when(this.es).implementedInterface();
     }
 
     @Test