summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/SchemaTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/java/com/yahoo/searchdefinition/SchemaTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/searchdefinition/SchemaTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/searchdefinition/SchemaTestCase.java b/config-model/src/test/java/com/yahoo/searchdefinition/SchemaTestCase.java
index 329d27472c2..8b96779f695 100644
--- a/config-model/src/test/java/com/yahoo/searchdefinition/SchemaTestCase.java
+++ b/config-model/src/test/java/com/yahoo/searchdefinition/SchemaTestCase.java
@@ -166,7 +166,7 @@ public class SchemaTestCase {
assertTrue(child.onnxModels().asMap().containsKey("child_model"));
assertNotNull(child.getSummary("parent_summary"));
assertNotNull(child.getSummary("child_summary"));
- assertEquals("parent_summary", child.getSummary("child_summary").getInherited().getName());
+ assertEquals("parent_summary", child.getSummary("child_summary").inherited().get().getName());
assertTrue(child.getSummaries().containsKey("parent_summary"));
assertTrue(child.getSummaries().containsKey("child_summary"));
assertNotNull(child.getSummaryField("pf1"));