mirror of https://github.com/apache/lucene.git
LUCENE-9610: fix bug in previous test fix
This commit is contained in:
parent
09f78e2927
commit
3ae0ca23d9
|
@ -48,7 +48,7 @@ public class TestKnnGraph extends LuceneTestCase {
|
|||
|
||||
private static final String KNN_GRAPH_FIELD = "vector";
|
||||
|
||||
private static int maxConn;
|
||||
private static int maxConn = HnswGraphBuilder.DEFAULT_MAX_CONN;
|
||||
|
||||
@Before
|
||||
public void setup() {
|
||||
|
|
Loading…
Reference in New Issue