summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-10-19 16:49:18 +0200
committerTor Egge <Tor.Egge@online.no>2023-10-19 16:49:18 +0200
commit8fa68b29fe3ef644bc0a542620192158502ce7ab (patch)
tree935746f5687656ec039b1a9d00eb2a6121a96ffd /config-model
parentf2cd66f364900826f61c1501e638a7fa2ee1f426 (diff)
Fix typo in test name.
Diffstat (limited to 'config-model')
-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 62ddc5d6b14..adff8cf40fc 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
@@ -227,7 +227,7 @@ public class SummaryTestCase extends AbstractSchemaTestCase {
}
@Test
- void tokensr_override() throws ParseException {
+ void tokens_override() throws ParseException {
var schema = buildSchema("field foo type string { indexing: summary }",
joinLines("document-summary bar {",
" summary baz type string {",