Bump yangtools to 13.0.0
[mdsal.git] / binding / mdsal-binding-dom-adapter / src / test / java / org / opendaylight / mdsal / binding / dom / adapter / test / AbstractSchemaAwareTest.java
index 2819d2837b09e77a3696bc0bad4e7b753a35ea62..286aa99547a530bbbc9e9f0a45e6962b113a4768 100644 (file)
@@ -53,12 +53,12 @@ public abstract class AbstractSchemaAwareTest {
         return RUNTIME_CONTEXT_CACHE.getUnchecked(getModuleInfos());
     }
 
-    protected EffectiveModelContext getSchemaContext() throws Exception {
-        return getRuntimeContext().getEffectiveModelContext();
+    protected EffectiveModelContext modelContext() throws Exception {
+        return getRuntimeContext().modelContext();
     }
 
     protected void setupWithRuntimeContext(final BindingRuntimeContext runtimeContext) {
-        setupWithSchema(runtimeContext.getEffectiveModelContext());
+        setupWithSchema(runtimeContext.modelContext());
     }
 
     /**