Commit 71d9759 1 parent 4489f6d commit 71d9759 Copy full SHA for 71d9759
File tree 1 file changed +2
-2
lines changed
src/test/java/org/opensearch/knn/quantization/models/quantizationState
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ public void testCacheEvictionDueToSize() throws IOException {
470
470
}
471
471
472
472
public void testMaintenanceScheduled () throws Exception {
473
- QuantizationStateCache quantizationStateCache = new QuantizationStateCache ();
473
+ QuantizationStateCache quantizationStateCache = new QuantizationStateCache ();
474
474
Scheduler .Cancellable maintenanceTask = quantizationStateCache .getMaintenanceTask ();
475
475
476
476
assertNotNull (maintenanceTask );
@@ -480,7 +480,7 @@ public void testMaintenanceScheduled() throws Exception {
480
480
}
481
481
482
482
public void testMaintenanceWithRebuild () throws Exception {
483
- QuantizationStateCache quantizationStateCache = new QuantizationStateCache ();
483
+ QuantizationStateCache quantizationStateCache = new QuantizationStateCache ();
484
484
Scheduler .Cancellable task1 = quantizationStateCache .getMaintenanceTask ();
485
485
assertNotNull (task1 );
486
486
You can’t perform that action at this time.
0 commit comments