mirror of
https://github.com/apache/druid.git
synced 2025-02-24 11:45:34 +00:00
fix test case class name
This commit is contained in:
parent
51a7adf4fe
commit
01dc787261
@ -47,7 +47,7 @@ import java.util.concurrent.TimeoutException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
public class MemcachedBrokerTest
|
public class MemcachedCacheBrokerTest
|
||||||
{
|
{
|
||||||
private static final byte[] HI = "hi".getBytes();
|
private static final byte[] HI = "hi".getBytes();
|
||||||
private static final byte[] HO = "ho".getBytes();
|
private static final byte[] HO = "ho".getBytes();
|
Loading…
x
Reference in New Issue
Block a user