mirror of https://github.com/apache/cassandra
fix typo in SICST class name
This commit is contained in:
parent
bcc7f7b0fb
commit
1ad710b6ea
|
|
@ -36,7 +36,7 @@ import org.apache.cassandra.utils.ByteBufferUtil;
|
|||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
public class SecondaryIndexColumSizeTest
|
||||
public class SecondaryIndexColumnSizeTest
|
||||
{
|
||||
@Test
|
||||
public void test64kColumn()
|
||||
Loading…
Reference in New Issue