aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/nearestneighbor/test.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/nearestneighbor/test.sd')
-rw-r--r--config-model/src/test/derived/nearestneighbor/test.sd4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/derived/nearestneighbor/test.sd b/config-model/src/test/derived/nearestneighbor/test.sd
index 9c47f89bfd9..5b891049480 100644
--- a/config-model/src/test/derived/nearestneighbor/test.sd
+++ b/config-model/src/test/derived/nearestneighbor/test.sd
@@ -1,4 +1,4 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema test {
document test {
field id type int {
@@ -23,6 +23,6 @@ schema test {
}
}
document-summary minimal {
- summary id type int {}
+ summary id {}
}
}