Bump upstreams
[bgpcep.git] / config-loader / config-loader-impl / src / test / java / org / opendaylight / bgpcep / config / loader / impl / SimpleConfigLoaderTest.java
index b823aecef31148084f5350462cc1b2b02968e651..032bd3a84b70c5bc34ae02b38bc462b628719165 100644 (file)
@@ -45,7 +45,7 @@ public class SimpleConfigLoaderTest {
 
     @Before
     public void before() throws InterruptedException {
-        doReturn(domContext).when(bindingContext).getEffectiveModelContext();
+        doReturn(domContext).when(bindingContext).modelContext();
         doReturn(watchService).when(watcher).getWatchService();
         doReturn("foo").when(watcher).getPathFile();
         doReturn(watchKey).when(watchService).take();