Skip to content

Commit 2010f3a

Browse files
committed
changed the test file back to its original state
1 parent 02647b1 commit 2010f3a

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

x-pack/plugin/rank-rrf/src/test/java/org/elasticsearch/xpack/rank/rrf/RRFRetrieverBuilderParsingTests.java

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,25 +115,16 @@ public void testRRFRetrieverParsing() throws IOException {
115115
"retrievers": [
116116
{
117117
"test": {
118-
"value": "foobar"
118+
"value": "foo"
119119
}
120120
},
121121
{
122-
"retriever": {
123-
"test": {
124-
"value": "foo"
125-
}
122+
"test": {
123+
"value": "bar"
126124
}
127-
},
128-
{
129-
"retriever": {
130-
"test": {
131-
"value": "bar"
132-
}
133-
},
134-
"weight": 1.3
135125
}
136126
],
127+
"fields": ["field1", "field2"],
137128
"query": "baz",
138129
"rank_window_size": 100,
139130
"rank_constant": 10,

0 commit comments

Comments
 (0)