Rename test to fit the name of MMapDirectory

This commit is contained in:
Uwe Schindler 2023-11-09 18:45:57 +01:00
parent 5b43384367
commit 41c19d8c7e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.junit.BeforeClass;
/** Tests MMapDirectory */
// See: https://issues.apache.org/jira/browse/SOLR-12028 Tests cannot remove files on Windows
// machines occasionally
public class TestMmapDirectory extends BaseDirectoryTestCase {
public class TestMMapDirectory extends BaseDirectoryTestCase {
@Override
protected Directory getDirectory(Path path) throws IOException {