aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-10-19 18:56:51 +0200
committerTor Egge <Tor.Egge@online.no>2023-10-19 18:56:51 +0200
commit2c21660e04105b5ded782bd99922598bf2ac3fb9 (patch)
tree70975b766ab513c78a3bf799b49001d079632780 /config-model/src/test/java
parentd6f74e2ebdadd4650c52bd1eaa6b7d42184b7f4a (diff)
Derive summary field type from source.
Diffstat (limited to 'config-model/src/test/java')
-rw-r--r--config-model/src/test/java/com/yahoo/schema/derived/SummaryTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/schema/derived/SummaryTestCase.java b/config-model/src/test/java/com/yahoo/schema/derived/SummaryTestCase.java
index adff8cf40fc..a1d726473be 100644
--- a/config-model/src/test/java/com/yahoo/schema/derived/SummaryTestCase.java
+++ b/config-model/src/test/java/com/yahoo/schema/derived/SummaryTestCase.java
@@ -230,7 +230,7 @@ public class SummaryTestCase extends AbstractSchemaTestCase {
void tokens_override() throws ParseException {
var schema = buildSchema("field foo type string { indexing: summary }",
joinLines("document-summary bar {",
- " summary baz type string {",
+ " summary baz {",
" source: foo ",
" tokens",
" }",