Commit 2b67f16
committed
Fix off by one error in test
./gradlew ':x-pack:plugin:searchable-snapshots:qa:rest:integTestRunner' \
--tests "org.elasticsearch.xpack.searchablesnapshots.rest.FsSearchableSnapshotsIT.testSearchResults" \
-Dtests.seed=5B626133268C101A \
-Dtests.security.manager=true \
-Dtests.locale=ro-RO \
-Dtests.timezone=America/Port-au-Prince \
-Dcompiler.java=131 parent d9b8249 commit 2b67f16
File tree
1 file changed
+2
-3
lines changed- x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/xpack/searchablesnapshots
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
| 213 | + | |
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
| |||
0 commit comments