aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/RankPropertiesTestCase.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-01-24 23:42:43 +0100
committerJon Bratseth <bratseth@gmail.com>2022-01-24 23:42:43 +0100
commit8295de0768bcd6cfedab5a0767fe871fb6520dd7 (patch)
treeb8763e11894db51ae97ec7c89139ddb2eb6cfb11 /config-model/src/test/java/com/yahoo/searchdefinition/RankPropertiesTestCase.java
parentdf48a11149e18d588f696ee6b867e9351ea90ea1 (diff)
SchemaBuilder -> ApplicationBuilder
Diffstat (limited to 'config-model/src/test/java/com/yahoo/searchdefinition/RankPropertiesTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/searchdefinition/RankPropertiesTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/java/com/yahoo/searchdefinition/RankPropertiesTestCase.java b/config-model/src/test/java/com/yahoo/searchdefinition/RankPropertiesTestCase.java
index 9523e29ee97..963c91c8c23 100644
--- a/config-model/src/test/java/com/yahoo/searchdefinition/RankPropertiesTestCase.java
+++ b/config-model/src/test/java/com/yahoo/searchdefinition/RankPropertiesTestCase.java
@@ -23,7 +23,7 @@ public class RankPropertiesTestCase extends AbstractSchemaTestCase {
@Test
public void testRankPropertyInheritance() throws ParseException {
RankProfileRegistry rankProfileRegistry = new RankProfileRegistry();
- ApoplicationBuilder builder = new ApoplicationBuilder(rankProfileRegistry);
+ ApplicationBuilder builder = new ApplicationBuilder(rankProfileRegistry);
builder.addSchema(joinLines(
"search test {",
" document test {",
@@ -80,7 +80,7 @@ public class RankPropertiesTestCase extends AbstractSchemaTestCase {
@Test
public void testRankProfileMutate() throws ParseException {
RankProfileRegistry rankProfileRegistry = new RankProfileRegistry();
- ApoplicationBuilder builder = new ApoplicationBuilder(rankProfileRegistry);
+ ApplicationBuilder builder = new ApplicationBuilder(rankProfileRegistry);
builder.addSchema(joinLines(
"search test {",
" document test {",