mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
Fix the problem of the capitalization in class name
This commit is contained in:
@@ -35,7 +35,7 @@ import static org.mockito.Mockito.spy;
|
||||
import static org.mockito.Mockito.when;
|
||||
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
public class DefaultMessageStoreShutdownTest {
|
||||
public class DefaultMessageStoreShutDownTest {
|
||||
private DefaultMessageStore messageStore;
|
||||
|
||||
@Before
|
||||
|
||||
Reference in New Issue
Block a user