mirror of https://github.com/apache/lucene.git
LUCENE-8626: correct test suite name.
This commit is contained in:
parent
144ef2a0c0
commit
8969225bd2
|
@ -19,7 +19,7 @@ package org.apache.lucene.util;
|
|||
/**
|
||||
* Estimates how {@link RamUsageEstimator} estimates physical memory consumption of Java objects.
|
||||
*/
|
||||
public class StressRamUsageEstimator extends LuceneTestCase {
|
||||
public class TestStressRamUsageEstimator extends LuceneTestCase {
|
||||
static class Entry {
|
||||
Object o;
|
||||
Entry next;
|
Loading…
Reference in New Issue