LUCENE-8626: correct test suite name.

This commit is contained in:
Dawid Weiss 2021-03-09 08:33:05 +01:00
parent 144ef2a0c0
commit 8969225bd2
1 changed files with 1 additions and 1 deletions

View File

@ -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;