File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/autotagging-commons/src/test/java/org/opensearch/rule/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ public void setUp() throws Exception {
24
24
25
25
public void testFeatureLevelStoreInitialisation () {
26
26
for (Attribute attribute : WLMFeatureType .WLM .getAllowedAttributesRegistry ().values ()) {
27
- assertTrue (sut .getAttributeValueStore (attribute ) instanceof DefaultAttributeValueStore < String , String > );
27
+ assertTrue (sut .getAttributeValueStore (attribute ) instanceof DefaultAttributeValueStore );
28
28
}
29
29
}
30
30
31
31
public void testValidGetAttributeValueStore () {
32
- assertTrue (sut .getAttributeValueStore (TestAttribute .TEST_ATTRIBUTE ) instanceof DefaultAttributeValueStore < String , String > );
32
+ assertTrue (sut .getAttributeValueStore (TestAttribute .TEST_ATTRIBUTE ) instanceof DefaultAttributeValueStore );
33
33
}
34
34
35
35
public void testInValidGetAttributeValueStore () {
You can’t perform that action at this time.
0 commit comments