summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/searchdefinition/AttributeSettingsTestCase.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-03-13 22:52:43 +0100
committerGitHub <noreply@github.com>2020-03-13 22:52:43 +0100
commita289c6ea55bc0251e437805892e545c5c3090f99 (patch)
tree661d9d3b319c3299a6f70eb47044c192476f1494 /config-model/src/test/java/com/yahoo/searchdefinition/AttributeSettingsTestCase.java
parent7e92c3852e893d09f0aa821e04e4e9dbe83b4ab2 (diff)
Revert "Bratseth/search to schema"
Diffstat (limited to 'config-model/src/test/java/com/yahoo/searchdefinition/AttributeSettingsTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/searchdefinition/AttributeSettingsTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/searchdefinition/AttributeSettingsTestCase.java b/config-model/src/test/java/com/yahoo/searchdefinition/AttributeSettingsTestCase.java
index 83cad4cf266..084cbcfdfc0 100644
--- a/config-model/src/test/java/com/yahoo/searchdefinition/AttributeSettingsTestCase.java
+++ b/config-model/src/test/java/com/yahoo/searchdefinition/AttributeSettingsTestCase.java
@@ -25,7 +25,7 @@ import static org.junit.Assert.*;
*
* @author bratseth
*/
-public class AttributeSettingsTestCase extends SchemaTestCase {
+public class AttributeSettingsTestCase extends SearchDefinitionTestCase {
@Rule
public final ExpectedException exceptionRule = ExpectedException.none();