mirror of https://github.com/apache/lucene.git
SOLR-8864: TestTestInjection needs to cleanup after itself.
This commit is contained in:
parent
c47a2996b5
commit
34180ad5c3
|
@ -31,7 +31,7 @@ public class TestTestInjection extends LuceneTestCase {
|
|||
|
||||
@AfterClass
|
||||
public static void cleanup() {
|
||||
|
||||
TestInjection.reset();
|
||||
}
|
||||
|
||||
public void testBasics() {
|
||||
|
|
Loading…
Reference in New Issue