summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/derived/IndexInfoTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/java/com/yahoo/schema/derived/IndexInfoTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/schema/derived/IndexInfoTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/schema/derived/IndexInfoTestCase.java b/config-model/src/test/java/com/yahoo/schema/derived/IndexInfoTestCase.java
index 09450fa8023..1643cf4d541 100644
--- a/config-model/src/test/java/com/yahoo/schema/derived/IndexInfoTestCase.java
+++ b/config-model/src/test/java/com/yahoo/schema/derived/IndexInfoTestCase.java
@@ -45,7 +45,7 @@ public class IndexInfoTestCase {
return builder.build();
}
- private static VespaModel createModel(String schemaName, String sdContent) {
+ static VespaModel createModel(String schemaName, String sdContent) {
var builder = new DeployState.Builder();
return new ApplicationPackageBuilder()
.addCluster(new ContentClusterBuilder().name("content").docTypes(List.of(DocType.index(schemaName))))